git: 9front

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