git: 9front

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