Trait forrust::plotable::Plotable[][src]

pub trait Plotable {
    fn plot(&self) -> Box<dyn View>;
}

Plottables can be made into plotlib Plots

Required methods

fn plot(&self) -> Box<dyn View>[src]

Returns a plotlib Plot representing this object

Loading content...

Implementors

impl Plotable for Season[src]

impl Plotable for TimeSeries[src]

Loading content...