shithub: riscv

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