Browse Source

Update histogram.rs

main
Wil Carmon 2 years ago committed by juanleon lahoz
parent
commit
3e47c2cdfb
  1. 2
      src/plot/histogram.rs

2
src/plot/histogram.rs

@ -36,7 +36,7 @@ pub struct Histogram {
}
/// A struct holding data to plot a Histogram of numerical data.
#[derive(Default)]
#[derive(Clone, Default)]
pub struct HistogramOptions {
/// `intervals` is the number of histogram buckets to display (capped to the
/// length of input data).

Loading…
Cancel
Save