Struct plotlib::histogram::Histogram [] [src]

pub struct Histogram {
    pub bin_bounds: Vec<f64>,
    pub bin_counts: Vec<u32>,
    pub bin_densities: Vec<f64>,
    pub x_axis: Axis,
    pub y_axis: Axis,
}

Fields

Methods

impl Histogram
[src]

Trait Implementations

impl Debug for Histogram
[src]

Formats the value using the given formatter.