git: 9front

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