git: 9front

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