git: 9front

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