git: 9front

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