git: 9front

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