shithub: front

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