shithub: riscv

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