shithub: riscv

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