git: 9front

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