shithub: front

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