Plotting Folder¶
Base plotting¶
This package contains the interface to different simulation packages.
Module plot_gui¶
-
class
pyfmi.common.plotting.plot_gui.DialogAxisLabels(parent, plotPage)[source]¶ Bases:
wx._windows.Dialog
-
class
pyfmi.common.plotting.plot_gui.DialogLinesLegends(parent, plotPage)[source]¶ Bases:
wx._windows.Dialog
-
class
pyfmi.common.plotting.plot_gui.FilterPanel(main, parent, tree, **kwargs)[source]¶ Bases:
wx._windows.Panel
-
class
pyfmi.common.plotting.plot_gui.MainGUI(parent, ID, filename=None)[source]¶ Bases:
wx._windows.Frame-
sizeHeightDefault= 900¶
-
sizeHeightMin= 100¶
-
sizeLengthDefault= 675¶
-
sizeLengthMin= 130¶
-
sizeTreeDefault= 240¶
-
sizeTreeMin= 200¶
-
-
class
pyfmi.common.plotting.plot_gui.PlotPanel(parent, grid=False, move=True, zoom=False, **kwargs)[source]¶ Bases:
wx._windows.Panel
-
class
pyfmi.common.plotting.plot_gui.VariableTree(noteBook, *args, **kwargs)[source]¶ Bases:
wx.lib.agw.customtreectrl.CustomTreeCtrl-
FindFirstSiblingUp(child, itemParent)[source]¶ Search for the first sibling of “child” going up in tree.
-
FindIndexParent(item)[source]¶ Find the index of the oldest parent of item from one level down from root.
-
FindLoneChildDown(child)[source]¶ Search for the youngest child down the tree from “child”.
Parameters:
child - The item from where the search should start.
Returns:
child - The youngest child from the starting point.
-
HideNodes(showTimeVarying=None, showParametersConstants=None, filter=None)[source]¶ Hide nodes depending on the input.
Parameters:
showTimeVarying - Hides or Shows the time varying variables. showParametersConstants - Hides or Show the parameters.
-