shithub: riscv

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