.Modelica_LinearSystems2.Utilities.Plot.Types.PointSymbol

Information

Enumeration to define the style of the symbol to mark a point in a diagram. Possible values:

Types.PointSymbol.Meaning
None No symbol (point is not explicitly marked)
Cross x
Circle o
Square Non-filled square
FilledSquare Filled square
TriangleDown Filled triangle pointing downwards
TriangleUp Filled triangle pointing upwards
Diamond Filled diamond
Dot .

Example:

Definition

type PointSymbol = enumeration(None "no symbol", Cross "x", Circle "o", Square, FilledSquare, TriangleDown, TriangleUp, Diamond, Dot);

Generated at 2025-01-04T19:25:54Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos