shithub: riscv

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