shithub: riscv

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