git: 9front

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