shithub: riscv

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