shithub: riscv

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