backend_managers

matplotlib.backend_managers

ToolManager
Class that makes the bridge between user interaction (key press, toolbar clicks, ..) and the actions in response to the user inputs.
class matplotlib.backend_managers.ToolEvent(name, sender, tool, data=None)

Bases: object

Event for tool manipulation (add/remove)

class matplotlib.backend_managers.ToolManager(canvas)

Bases: object

Helper class that groups all the user interactions for a FigureManager

Attributes