Receives any pick events not routed to individual plot objects. This function may be overridden by any subclass of MPLVisualization
for visualizer-specific events, but should not be called from model code.
Parameters
axes — matplotlib.Axes, required
The
Axes
object that received the event.event — matplotlib.Event, required
The pick event that was received.
Notes and Examples