shithub: riscv

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