shithub: riscv

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