shithub: front

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