git: 9front

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