Skip to content

Commit 7f2d8e0

Browse files
committed
ENH : add stale flag to FancyArrowPatch
1 parent d0a2447 commit 7f2d8e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/patches.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4462,6 +4462,7 @@ def set_annotation_clip(self, b):
44624462
* None: the self.xy will be checked only if *xycoords* is "data"
44634463
"""
44644464
self._annotation_clip = b
4465+
self.stale = True
44654466

44664467
def get_annotation_clip(self):
44674468
"""

0 commit comments

Comments
 (0)