Expand description
Small crate to generate simple CLI graphs
Structs§
- Graph
Config - Used to provide additional configuration for graphs
Enums§
- Colour
- Graph
Error - Graph
Type - Enum used to specify graph type to render in
graph
function - YData
Range - Used to set the range type of the y-axis
Functions§
- graph
- Render a graph to the CLI using Column data in f64 format
- graph_
as_ string - Render a graph to string to allow redirection