git: 9front

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