git: 9front

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