git: 9front

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