A panel for containing multiple graphs which can be embedded in a frame.
A class to manage the graphs for an experiment.
| Parameters : | parentFrame : wx.Window
graphPanels : list of GraphPanel
|
|---|
Methods
Save the graphs to a file.
Resize all graphs to the appropriate size. Then arrange them into a grid and save that grid to the file specified by filename.
| Parameters : | filename : str
|
|---|
A thread to update the graphs at regular intervals.
| Parameters : | parentFrame : wx.Window
graphPanels : list of GraphPanel
|
|---|
Methods