graph

Function graph 

Source
pub fn graph<L: Clone + Display, T: Into<GraphData<L, f64>>>(
    data: T,
    config: GraphConfig<f64>,
    graph_type: GraphType,
) -> Result<(), GraphError>
Expand description

Render a graph to the CLI using Column data in f64 format