git: 9front

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