shithub: plan9front

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