git: 9front

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