git: 9front

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