git: 9front

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