git: 9front

ref: 1827ee9317f0f5a53d1540d1e6921f2d95c951ec
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);
}