git: 9front

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