git: 9front

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