shithub: riscv

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