git: 9front

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