git: 9front

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