shithub: riscv

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