Enum plotlib::style::Marker [] [src]

pub enum Marker {
    Circle,
    Square,
    Cross,
}

The marker that should be used for the points of the scatter plot

Variants

Trait Implementations

impl Debug for Marker
[src]

[src]

Formats the value using the given formatter.

impl Clone for Marker
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more