shithub: front

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