shithub: plan9front

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