git: 9front

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