shithub: riscv

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