git: 9front

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