git: 9front

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