git: 9front

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