shithub: riscv

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