shithub: riscv

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