git: 9front

ref: 7534d64087f04ba99d383c51f246bb37f76f67e6
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);
}