git: 9front

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