git: 9front

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