git: 9front

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