git: 9front

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