git: 9front

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