Documentation

UI::Plot::LineFlags

Enum

Flags that can be passed to UI::Plot::PlotLine.

Values

UI::Plot::LineFlags::None (0)

UI::Plot::LineFlags::Segments (1024)

A line segment will be rendered from every two consecutive points

UI::Plot::LineFlags::Loop (2048)

The last and first point will be connected to form a closed loop

UI::Plot::LineFlags::SkipNaN (4096)

NaNs values will be skipped instead of rendered as missing data

UI::Plot::LineFlags::NoClip (8192)

Markers (if displayed) on the edge of a plot will not be clipped

UI::Plot::LineFlags::Shaded (16384)

A filled region between the line and horizontal origin will be rendered; use PlotShaded for more advanced cases