pub struct Grouper { /* private fields */ }
Expand description
Groups timeseries in a same plot is kinda dumb cause once a timeseries is in you can’t modify it. it’s plotabble but you can’t use as_plot with this one
Implementations§
Source§impl Grouper
impl Grouper
Sourcepub fn new(series: &TimeSeries) -> Self
pub fn new(series: &TimeSeries) -> Self
Creates a new grouper with a base, clones the grouper
pub fn add(self, series: &TimeSeries) -> Self
Sourcepub fn last_with_style(self, style: Style) -> Self
pub fn last_with_style(self, style: Style) -> Self
Sets the style of the last added TimeSeries
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Grouper
impl RefUnwindSafe for Grouper
impl Send for Grouper
impl Sync for Grouper
impl Unpin for Grouper
impl UnwindSafe for Grouper
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more