shithub: riscv

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