git: 9front

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