git: 9front

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