shithub: riscv

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