git: 9front

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