git: 9front

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