git: 9front

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