Expand description
A small crate to plot an ASCII representation of a List data type from nushell
Three commands are supplied.
plot
plots a 1-dimensional numeric list/nested listhist
plots a 1-dimensional numeric list/nested listxyplot
plots a 2-dimensional numeric list (nested list with length == 2)
Modules§
- color_
plot - Forks of some nice open source plotting and drawing Rust libraries so we can get ANSI color support.
Structs§
- Plotter
Plotter
struct passed to nu.