git: 9front

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