Documentation

UI::Plot::Marker

Enum

Marker specifications.

Values

UI::Plot::Marker::Auto (-1)

No marker

UI::Plot::Marker::None (-1)

No marker

UI::Plot::Marker::Circle (0)

A circle marker (default)

UI::Plot::Marker::Square (1)

A square maker

UI::Plot::Marker::Diamond (2)

A diamond marker

UI::Plot::Marker::Up (3)

An upward-pointing triangle marker

UI::Plot::Marker::Down (4)

A downward-pointing triangle marker

UI::Plot::Marker::Left (5)

A leftward-pointing triangle marker

UI::Plot::Marker::Right (6)

A rightward-pointing triangle marker

UI::Plot::Marker::Cross (7)

A cross marker (not fillable)

UI::Plot::Marker::Plus (8)

A plus marker (not fillable)

UI::Plot::Marker::Asterisk (9)

An asterisk marker (not fillable)