git: 9front

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