Crate cli_graph

Source
Expand description

Small crate to generate simple CLI graphs

Structs§

GraphConfig
Used to provide additional configuration for graphs

Enums§

Colour
GraphError
GraphType
Enum used to specify graph type to render in graph function
YDataRange
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