shithub: front

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