git: 9front

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