A Unicode terminal plotting library for Rust.
This crate provides canvas-based rendering of plots using Unicode characters
(braille, block elements, ASCII, dot, and density characters) for display in
terminal emulators. It is a Rust port of the rendering layer from
unicode_plot.rb and
UnicodePlots.jl.
Quick start
use ;
let plot = barplot.unwrap;
let mut output = Vecnew;
plot.render.unwrap;
let text = Stringfrom_utf8.unwrap;
assert!;