Function rstk::chart::histogram::make_histogram[][src]

pub fn make_histogram(
    canvas: &TkCanvas,
    x_axis: (f64, f64, f64),
    y_axis: (f64, f64, f64)
) -> TkHistogramDefinition
Expand description

Creates a histogram.

Constructor creates an instance of a histogram definition in given canvas.

Options must be added and then ‘plot’ called to finally create the chart.