mumot.MuMoTtimeEvolutionView¶
-
class
mumot.
MuMoTtimeEvolutionView
(model, controller, tEParams, showStateVars=None, figure=None, params=None, **kwargs)[source]¶ Bases:
mumot.views.MuMoTview
Time evolution view on model including state variables and noise.
Specialised by
MuMoTintegrateView
andMuMoTnoiseCorrelationsView
.-
__init__
(model, controller, tEParams, showStateVars=None, figure=None, params=None, **kwargs)[source]¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
(model, controller, tEParams[, …])Initialize self. showLogs
(tail)Show logs from view. -
showLogs
(tail: bool = False) → None¶ Show logs from view.
Parameters: tail (bool, optional) – Flag to show only tail entries from logs. Defaults to False.
-