git: 9front

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