git: 9front

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