git: 9front

ref: 136f075e18f843fe0c095f828a9d1f568bce2b68
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);
}