shithub: riscv

ref: 266057f0da23b5db7d8072fa4d9fad6fff5a7dc1
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);
}