git: 9front

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