git: 9front

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