__init__ (
self,
master,
parameter_intervals={},
functions={},
xmin=0.0,
xmax=1.0,
resolution=101,
width=500,
height=400,
viztool='Pmw.Blt.Graph',
plot_update='after',
)
Define a set of functions depending on a set of parameters.
This class creates a GUI where the parameters can be adjusted,
and the effect on the function graphs can be seen immediately.
|