shithub: riscv

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