shithub: riscv

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