git: 9front

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