shithub: riscv

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