Struct implot::PlotLine[][src]

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

Struct to provide functionality for plotting a line in a plot.

Implementations

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

Plot a 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.