pyllar :: Figure :: Figure :: Class Figure
[hide private]
[frames] | no frames]

Class Figure

source code

The figure is the top level window that contains the axes and figure controls.

Instance Methods [hide private]
 
__init__(self)
Create a new instance of the Figure class.
source code
 
show(self)
Show the contents of the figure.
source code
Method Details [hide private]

show(self)

source code 

Show the contents of the figure.

Makes the axes update its bounds based on its contents. This should be called at the end of a script so the figure contents are displayed.