git: 9front

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