shithub: riscv

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