shithub: riscv

ref: 6f70699aec603058e65f51b7ddad6197834cf46b
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);
}