Struct implot::PlotScatter[][src]

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

Struct to provide functionality for creating a scatter plot

Implementations

Create a new scatter plot to be shown. Does not draw anything yet.

Draw a previously-created scatter plot. 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.