Info_Ginga_Plot
- class ginga.rv.plugins.Info.Info_Ginga_Plot(fv, fitsimage)[source]
Bases:
Info_CommonInfo sidebar for the Ginga Plot viewer.
Methods Summary
build_gui(container)clear()close()color_select_cb(w, color)motion_cb(viewer, button, data_x, data_y)range_set_cb(viewer, ranges)redo()This is called when a new image arrives or the data in the existing image changes.
save_cb()Save plot to file.
set_marker_cb(w, tf)Toggle show/hide data point markers.
set_xlim_hi_cb([redraw])Set plot limit based on user values.
set_xlim_lo_cb([redraw])Set plot limit based on user values.
set_xlimits_widgets([set_min, set_max])Populate axis limits GUI with current plot values.
set_ylim_hi_cb([redraw])Set plot limit based on user values.
set_ylim_lo_cb([redraw])Set plot limit based on user values.
set_ylimits_widgets([set_min, set_max])Populate axis limits GUI with current plot values.
setup_table(table, plot)start()This method is called to start the plugin.
stop()This method is called to stop the plugin.
x_dist_cb(w, index)x_select_cb(w, index)Callback to set X-axis column.
y_dist_cb(w, index)y_select_cb(w, index)Callback to set Y-axis column.
Methods Documentation
- set_xlimits_widgets(set_min=True, set_max=True)[source]
Populate axis limits GUI with current plot values.