git: 9front

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