This package provides functions to plot curves in two dimensions. Here is a short overview:
A figure consists of a set of diagrams. Different functions are provided to either plot one diagram (Plot.diagram) to plot several diagrams under each other (Plot.vectorDiagrams) or to plot several diagrams in matrix layout (Plot.matrixDiagrams).
Every diagram can have a set of curves. Every diagram has the same width, defined by diagramWidth. The height of a diagram is defined by variable heightRatio (diagram height in row j = diagram[j].heightRatio*diagramWidth). Several curves can be displayed in one diagram.
Name | Description |
---|---|
![]() | Demonstrate the usage of the plot functions |
![]() | Plot one diagram |
![]() | Plot several diagrams in vector layout |
![]() | Plot several diagrams in matrix layout |
![]() | Types used for the plotting functions |
![]() | Records used to define the function interfaces |
This function plots a set of 2-dimensional curves in a diagram. For an overview, see the documentation of package Modelica_LinearSystems2.Utilities.Plot.
Name | Description |
---|---|
diagram | Diagram to be shown |
device | Properties of device where figure is shown |
This function plots a set of 2-dimensional curves in a set of diagrams using a vector layout. For an overview, see the documentation of package Modelica_LinearSystems2.Utilities.Plot.
Name | Description |
---|---|
diagram[:] | Properties of a set of diagrams (vector layout) |
device | Properties of device where figure is shown |
This function plots a set of 2-dimensional curves in a set of diagrams using a matrix layout. For an overview, see the documentation of package Modelica_LinearSystems2.Utilities.Plot.
Name | Description |
---|---|
diagram[:, :] | Properties of a set of diagrams (matrix layout) |
device | Properties of device where figure is shown |