plot_bar

Function plot_bar 

Source
pub fn plot_bar(
    labels: &[String],
    values: &[f64],
    path: &str,
    _options: PlotOptions,
) -> Result<(), String>
Expand description

Create a bar chart - unified pipeline