git: 9front

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