shithub: riscv

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