shithub: riscv

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