TimeAxisTool

Inheritance diagram of TimeAxisTool
class TimeAxisTool(manager)[source]

A tool that allows the user to change the type of scales to/from time mode

Import from taurus.qt.qtgui.extra_guiqwt.tools as:

from taurus.qt.qtgui.extra_guiqwt.tools import TimeAxisTool
create_action_menu(manager)[source]

Create and return menu for the tool’s action

set_scale_t_t(checked)[source]
set_scale_t_x(checked)[source]
set_scale_y_t(checked)[source]
set_scale_y_x(checked)[source]
update_status(plot)[source]

called by to allow derived classes to update the states of actions based on the currently active BasePlot

can also be called after an action modifying the BasePlot (e.g. in order to update action states when an item is deselected)