shithub: riscv

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