Crate nu_plugin_plot

source ·
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 list
  • hist plots a 1-dimensional numeric list/nested list
  • xyplot plots a 2-dimensional numeric list (nested list with length == 2)

Modules

Forks of some nice open source plotting and drawing Rust libraries so we can get ANSI color support.

Structs

Plotter struct passed to nu.