chaco.toolbar_plot module¶
-
class
chaco.toolbar_plot.ToolbarPlot(*args, **kw)¶ Bases:
chaco.plot.Plot-
add_toolbar()¶
-
auto_hide= DelegatesTo("toolbar")¶ Should we turn on the auto-hide feature on the toolbar?
-
remove_toolbar()¶
-
toolbar_added= False¶
-
toolbar_location= Enum("top", "right", "bottom", "left")¶ Location of the default toolbar that is created if a toolbar is not specified with the
toolbarattribute. Changing this attribute after the ToolbarPlot instance is created has no effect; use obj.toolbar.location to dynamically change toolbar’s location.
-