git: 9front

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