recordDiagram
Properties of a diagram in a figure containing one or more curves
Extends from Modelica.Icons.Record (Icon for records).
Information
With this record the properties of a diagram are defined (like heading and legend), as well as the properties of one or several curves in this diagram using record Modelica_LinearSystems2.Utilities.Plot.Records.Curve
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica_LinearSystems2.Utilities.Plot.Records.Curve[:] | curve | Properties of the curves in one diagram of the figure | |
| String | heading | "" | Heading displayed above diagram |
| Real | heightRatio | 0.45 | Height of diagram = heightRatio*diagramWidth |
| Boolean | grid | true | True, if grid is shown |
| String | xLabel | " " | String displayed at horizontal axis |
| String | yLabel | " " | String displayed at vertical axis |
| Boolean | logX | false | True, if logarithmic scale of x-axis |
| Boolean | logY | false | True, if logarithmic scale of y-axis |
| Boolean | uniformScaling | false | True, if same vertical and horizontal axis increment |
| Boolean | legend | true | True, if legend is shown |
| Boolean | legendFrame | false | True, if frame around legend |
| Boolean | legendHorizontal | true | True, if horizontal legend (provided it is meaningful) |
| Modelica_LinearSystems2.Utilities.Plot.Types.LegendLocation | legendLocation | Modelica_LinearSystems2.Utilities.Plot.Types.LegendLocation.Above | Legend placement |