git: 9front

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