git: 9front

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