Reference 〉 Function

MPLVisualization.pick(axesmatplotlib.Axes, eventmatplotlib.Event)

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

  1. Contribute a Note

    Your email address will not be published. Required fields are marked *

    You may use limited HTML for formatting. Please embed blocks of code in <pre><code> </code></pre> tags.

History