git: 9front

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