shithub: riscv

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