shithub: riscv

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