git: 9front

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