git: 9front

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