git: 9front

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