shithub: plan9front

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