git: 9front

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