git: 9front

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