git: 9front

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