git: 9front

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