AutoScrollTool

Inheritance diagram of AutoScrollTool
class AutoScrollTool(manager, scrollFactor=0.2, toolbar_id=None)[source]

A tool that puts the plot in “AutoScroll” mode. This makes sense in trend plots where we want to keep the last value always visible

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

from taurus.qt.qtgui.extra_guiqwt.tools import AutoScrollTool
activate_command(plot, checked)[source]

Activate tool

getScrollItems(plot)[source]
items_changed(plot)[source]
onScrollRequested(plot, axis, value)[source]
register_plot(baseplot)[source]

Every BasePlot using this tool should call register_plot to notify the tool about this widget using it

setChecked(checked)[source]