git: 9front

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