git: 9front

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