shithub: riscv

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