shithub: riscv

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