shithub: riscv

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