git: 9front

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