git: 9front

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