git: 9front

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