Struct implot::PlotStairs[][src]

pub struct PlotStairs { /* fields omitted */ }
Expand description

Struct to provide functionality for plotting a line in a plot with stairs style.

Implementations

Create a new line to be plotted. Does not draw anything yet.

Plot a stairs style line. Use this in closures passed to Plot::build()

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.