git: 9front

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