git: 9front

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