git: 9front

ref: 7610894aaf1e6096eecfc77d04738b08e3622631
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);
}