pygmi.vector.show_table#
Routine which displays a table graphically with various statistics.
Classes#
GUI to show a summary of basic statistics. |
Module Contents#
- class pygmi.vector.show_table.BasicStats(parent=None)#
Bases:
pygmi.misc.ContextModule
GUI to show a summary of basic statistics.
- Parameters:
parent (parent, optional) – Reference to the parent routine. The default is None.
- setupui()#
Set up UI.
- Return type:
None.
- run()#
Entry point into the routine, used to run context menu item.
- Return type:
None.
- save()#
Save Table.
- Returns:
True if successful, False otherwise.
- Return type:
bool