Info_Ginga_Table
- class ginga.rv.plugins.Info.Info_Ginga_Table(fv, chviewer)[source]
Bases:
Info_CommonInfo sidebar for the Ginga Table viewer.
Methods Summary
build_gui(container)clear()close()make_plot_cb(w)redo()This is called when a new image arrives or the data in the existing image changes.
setup_table(dataobj)start()This method is called to start the plugin.
stop()This method is called to stop the plugin.
x_select_cb(w, index)Callback to set X-axis column.
y_select_cb(w, index)Callback to set Y-axis column.
Methods Documentation