Home | Trees | Indices | Help |
---|
|
Possible figures plotted by Matplotlib. This module needs some heavy organisation and simplification because it was done in a hurry.
For a specific object, like a rotor or blade, the object is passed. Others kinds of figures could be imagined: power and Weibull distribution, the power of the 3 blades, rotational speed and torque...
The figure manager can be activated, whether from a GTK tree, (for example by "Plot Power") or else from a predefined action in a menu. A PLOT_TABLE has been built, it means that each possible figure has a key. This key is given by the GTK interface. For some object, the key is the name of an attribute, for example "power" for theRotor
instance.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
PLOT_TABLE = {"power": plot_power, "tangential_force": plot_ta
|
|
PLOT_TABLE
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Thu Aug 30 16:31:00 2007 | http://epydoc.sourceforge.net |