shithub: riscv

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