Modelica_LinearSystems2.Utilities.Plot

Functions for generation of 2D-plots

Information


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.

Package Content

NameDescription
Modelica_LinearSystems2.Utilities.Plot.Examples Examples Demonstrate the usage of the plot functions
Modelica_LinearSystems2.Utilities.Plot.diagram diagram Plot one diagram
Modelica_LinearSystems2.Utilities.Plot.diagramVector diagramVector Plot several diagrams in vector layout
Modelica_LinearSystems2.Utilities.Plot.diagramMatrix diagramMatrix Plot several diagrams in matrix layout
Modelica_LinearSystems2.Utilities.Plot.Types Types Types used for the plotting functions
Modelica_LinearSystems2.Utilities.Plot.Records Records Records used to define the function interfaces

Modelica_LinearSystems2.Utilities.Plot.diagram

Plot one diagram

Information


This function plots a set of 2-dimensional curves in a diagram. For an overview, see the documentation of package Modelica_LinearSystems2.Utilities.Plot.

Inputs

NameDescription
diagramDiagram to be shown
deviceProperties of device where figure is shown

Modelica_LinearSystems2.Utilities.Plot.diagramVector

Plot several diagrams in vector layout

Information


 

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.

Inputs

NameDescription
diagram[:]Properties of a set of diagrams (vector layout)
deviceProperties of device where figure is shown

Modelica_LinearSystems2.Utilities.Plot.diagramMatrix

Plot several diagrams in matrix layout

Information


 

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.

Inputs

NameDescription
diagram[:, :]Properties of a set of diagrams (matrix layout)
deviceProperties of device where figure is shown

HTML-documentation generated by Dymola Tue Sep 08 18:52:57 2009.