git: 9front

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