git: 9front

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