git: 9front

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