8000
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.
1 parent 691fb7f commit c28818aCopy full SHA for c28818a
lib/matplotlib/patches.py
@@ -168,6 +168,8 @@ def update_from(self, other):
168
# getters/setters, so we just copy them directly.
169
self._edgecolor = other._edgecolor
170
self._facecolor = other._facecolor
171
+ self._original_edgecolor = other._original_edgecolor
172
+ self._original_facecolor = other._original_facecolor
173
self._fill = other._fill
174
self._hatch = other._hatch
175
self._hatch_color = other._hatch_color
0 commit comments