git: 9front

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