git: 9front

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