.Modelica_LinearSystems2.Utilities.Plot

Package of 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.diagramVector) or to plot several diagrams in matrix layout (Plot.diagramMatrix).

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.

A typical example is shown in the next figure:

Contents

Name Description
 Examples Package of examples to demonstrate the usage of plot functions
 diagram Plot one diagram
 diagramVector Plot several diagrams in vector layout
 diagramMatrix Plot several diagrams in matrix layout
 parameterizedCurves Plot parametrized curve with one or more branches
 rootLocusOfModel Compute and plot the root locus of one parameter of a model (= eigen values of the model that is linearized for every parameter value)
 plot_FFT_fromFile Plot amplitudes of FFT results (from result file)
 plot_FFTs_from_directory Plot amplitudes of FFT results (from result files in existing directory)
 plot_FFTs_of_model Plot amplitudes of FFT results (from result files of translated model)
 Types Package of type definitions used for the plotting functions
 Records Package of library records
 Internal Internal functions, that should not be utilized by a user

Generated at 2026-04-07T18:18:28Z by OpenModelicaOpenModelica 1.26.3 using GenerateDoc.mos