git: 9front

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