shithub: riscv

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