git: 9front

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