git: 9front

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