git: 9front

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