git: 9front

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