git: 9front

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