git: 9front

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