git: 9front

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