git: 9front

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