git: 9front

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