shithub: riscv

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