git: 9front

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