git: 9front

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