shithub: riscv

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