git: 9front

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