git: 9front

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