shithub: riscv

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