shithub: front

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