git: 9front

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