git: 9front

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