shithub: riscv

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