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

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

Plottables can be made into plotlib Plots

Required methods

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

Returns a plotlib Plot representing this object

fn as_plot(&self) -> Plot[src]

Loading content...

Implementors

impl Plotable for ExpSmoothing[src]

impl Plotable for Dumb[src]

impl Plotable for LinearRegression[src]

impl Plotable for Grouper[src]

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

Returns a view with all the plots of this grouper

impl Plotable for MovingMedian[src]

impl Plotable for Season[src]

impl Plotable for TimeSeries[src]

Loading content...