Skip to main content

plot_series

Function plot_series 

Source
pub fn plot_series(
    data: &[f64],
    width: usize,
    height: usize,
    label: &str,
) -> Vec<String>
Expand description

Plot a data series as a braille line chart.

Returns rendered lines with Y-axis labels prepended.