git: 9front

ref: 0539617fbe12c802f8e6df8fb2aff59cc146235c
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);
}