mumot.MuMoTbifurcationController¶
-
class
mumot.
MuMoTbifurcationController
(paramValuesDict, paramLabelDict=None, continuousReplot: bool = False, showPlotLimits: bool = False, showSystemSize: bool = False, advancedOpts=None, **kwargs)[source]¶ Bases:
mumot.controllers.MuMoTcontroller
Controller to enable Advanced options widgets for bifurcation view.
-
__init__
(paramValuesDict, paramLabelDict=None, continuousReplot: bool = False, showPlotLimits: bool = False, showSystemSize: bool = False, advancedOpts=None, **kwargs) → None¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
(paramValuesDict[, paramLabelDict, …])Initialize self. showLogs
(tail)Show logs from associated view. -
showLogs
(tail: bool = False) → None¶ Show logs from associated view.
Parameters: tail (bool, optional) – Flag to show only tail entries from logs. Defaults to False.
-