git: 9front

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