shithub: front

ref: a99b0166432f1773ae50811c34d43f0c19ab2fa5
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);
}