shithub: front

ref: 576bf82b1b825d719a53c069da74d81ca7517dcb
dir: /sys/src/cmd/plot/libplot/dpoint.c/

View raw version
#include "mplot.h"
void dpoint(double x, double y){
	m_dpt(x, y);
	move(x, y);
}