Skip to content

Commit

Permalink
Update histogram.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
wcarmon authored and juan-leon committed Sep 11, 2024
1 parent 257e467 commit 3e47c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plot/histogram.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 3e47c2c

Please sign in to comment.