Thanks to visit codestin.com Credit goes to github.com
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 4c46381 commit 122bf46Copy full SHA for 122bf46
1 file changed
lib/matplotlib/patches.py
@@ -200,6 +200,7 @@ def update_from(self, other):
200
self._facecolor = other._facecolor
201
self._fill = other._fill
202
self._hatch = other._hatch
203
+ self._hatch_color = other._hatch_color
204
# copy the unscaled dash pattern
205
self._us_dashes = other._us_dashes
206
self.set_linewidth(other._linewidth) # also sets dash properties
0 commit comments