git: 9front

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