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.
2 parents de229cd + a72f03b commit 9b61b47Copy full SHA for 9b61b47
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