git: 9front

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