8000 ENH : add stale flag to FancyArrowPatch · matplotlib/matplotlib@1939831 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1939831

Browse files
committed
ENH : add stale flag to FancyArrowPatch
1 parent da78f69 commit 1939831

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
@@ -4488,6 +4488,7 @@ def set_annotation_clip(self, b):
44884488
* None: the self.xy will be checked only if *xycoords* is "data"
44894489
"""
44904490
self._annotation_clip = b
4491+
self.stale = True
44914492

44924493
def get_annotation_clip(self):
44934494
"""

0 commit comments

Comments
 (0)
0