shithub: riscv

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