matplotlib.artist.Artist.set_picker — Matplotlib 3.10.3 documentation (original) (raw)

Artist.set_picker(picker)[source]#

Define the picking behavior of the artist.

Parameters:

pickerNone or bool or float or callable

This can be one of the following:

Examples using matplotlib.artist.Artist.set_picker#