Variable Grapher¶
This module contains a dialog that can graph Myokit variables.
Implementation¶
- class myokit.gui.vargrapher.VarGrapher(parent, title, var, func, args)¶
This widget is used to display graphs of model variables.
Arguments:
parentThe parent window calling this one.
titleA title for this window
varfuncThe python function that calculates
varargsThe arguments to func, i.e. the LhsExpressions that
vardepends on.
Extends:
QtWidgets.QDialog- action_draw()¶
(re-)draws the graph