git: 9front

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