git: 9front

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