git: 9front

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