![]() |
VOOZH | about |
Matplotlib is a library in Python and it is numerical – mathematical extension for NumPy library. It is an amazing visualization library in Python for 2D plots of arrays and used for working with the broader SciPy stack.
The Tick.get_picker() function in axis module of matplotlib library is used to define the picking behavior of the artist.
Syntax: Tick.get_picker(self)
Parameters: This method does not accepts any parameter.
Return value: This method return the picking behavior of the artist.
Below examples illustrate the matplotlib.axis.Tick.get_picker() function in matplotlib.axis:
Example 1:
Output:
Example 2:
Output: