shithub: riscv

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