shithub: riscv

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