Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3752aec + 9af9b5b commit d68bb04Copy full SHA for d68bb04
1 file changed
lib/matplotlib/legend.py
@@ -70,9 +70,6 @@ def __init__(self, legend, use_blit=False, update="loc"):
70
DraggableOffsetBox.__init__(self, legend, legend._legend_box,
71
use_blit=use_blit)
72
73
- def artist_picker(self, legend, evt):
74
- return self.legend.contains(evt)
75
-
76
def finalize_offset(self):
77
update_method = cbook._check_getitem(
78
{"loc": self._update_loc, "bbox": self._bbox_to_anchor},
0 commit comments