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 de229cd commit a72f03bCopy full SHA for a72f03b
1 file changed
lib/matplotlib/contour.py
@@ -1268,7 +1268,8 @@ def draw(self, renderer):
1268
if edgecolors.size == 0:
1269
edgecolors = ("none",)
1270
for idx in range(n_paths):
1271
- with cbook._setattr_cm(self, _paths=[paths[idx]]), self._cm_set(
+ with self._cm_set(
1272
+ paths=[paths[idx]],
1273
hatch=self.hatches[idx % len(self.hatches)],
1274
array=[self.get_array()[idx]],
1275
linewidths=[self.get_linewidths()[idx % len(self.get_linewidths())]],
0 commit comments