shithub: riscv

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