shithub: plan9front

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