Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f824578

Browse files
committed
FIX : add missing stale flag to Line2D
1 parent 16bcbdf commit f824578

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/lines.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,7 @@ def draw(self, renderer):
800800
gc.restore()
801801

802802
renderer.close_group('line2d')
803+
self.stale = False
803804

804805
def get_antialiased(self):
805806
return self._antialiased

0 commit comments

Comments
 (0)