shithub: riscv

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