shithub: riscv

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