shithub: riscv

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