git: 9front

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