git: 9front

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