shithub: riscv

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