git: 9front

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