shithub: front

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