shithub: riscv

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