git: 9front

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