mpl_qt_viz.roiSelection.AxManager¶
-
class
mpl_qt_viz.roiSelection.AxManager(ax)[source]¶ Bases:
objectAn object to manage multiple selector tools on a single axes. Only one of these should exist per Axes object.
- Parameters
ax (
Axes) – The matplotlib Axes object to draw on.
-
addArtist(artist)[source]¶ Adds an artist to the manager.
- Parameters
artist (
Artist) – A new matplotlib Artist to be managed.