shithub: riscv

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