git: 9front

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