git: 9front

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