git: 9front

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