git: 9front

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