Toolbar_Ginga_Plot

class ginga.rv.plugins.Toolbar.Toolbar_Ginga_Plot(fv, chviewer)[source]

Bases: Toolbar_Common

A toolbar for the Ginga Plot viewer.

Methods Summary

build_gui(container)

clear()

redo()

This method is called when a new image arrives in the channel associated with the plugin.

start()

This method is called to start the plugin.

zoom_fit()

zoom_fit_x()

zoom_fit_y()

zoom_in()

zoom_out()

Methods Documentation

build_gui(container)[source]
clear()[source]
redo()[source]

This method is called when a new image arrives in the channel associated with the plugin. It can optionally redo whatever operation it is doing.

start()[source]

This method is called to start the plugin. It is called after build_gui().

zoom_fit()[source]
zoom_fit_x()[source]
zoom_fit_y()[source]
zoom_in()[source]
zoom_out()[source]