Enum matplotrust::Markers

source ·
pub enum Markers {
Show 22 variants Point, Pixel, Circle, Triangle_Down, Triangle_Up, Triangle_Left, Triangle_Right, Tri_Down, Tri_Up, Tri_Left, Tri_Right, Square, Pentagon, Star, Hexagon1, Hexagon2, Plus, X, Diamond, Thin_Diamond, VLine, HLine,
}

Variants

Point

Pixel

Circle

Triangle_Down

Triangle_Up

Triangle_Left

Triangle_Right

Tri_Down

Tri_Up

Tri_Left

Tri_Right

Square

Pentagon

Star

Hexagon1

Hexagon2

Plus

X

Diamond

Thin_Diamond

VLine

HLine

Implementations

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.