shithub: riscv

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