shithub: riscv

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