git: 9front

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