git: 9front

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