shithub: plan9front

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