shithub: riscv

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