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

Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/matplotlib/artist.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ def remove(self):
self.axes = None # decouple the artist from the Axes
_ax_flag = True

self._transformSet = False

if self.figure:
self.figure = None
if not _ax_flag:
Expand Down