git: 9front

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