git: 9front

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