git: 9front

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