git: 9front

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