shithub: riscv

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