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.
2 parents d7ffff2 + c4b2e2a commit bf9a451Copy full SHA for bf9a451
lib/matplotlib/patches.py
@@ -586,9 +586,7 @@ def draw(self, renderer):
586
# docstring inherited
587
if not self.get_visible():
588
return
589
-
590
- with cbook._setattr_cm(self, _dash_pattern=(self._dash_pattern)), \
591
- self._bind_draw_path_function(renderer) as draw_path:
+ with self._bind_draw_path_function(renderer) as draw_path:
592
path = self.get_path()
593
transform = self.get_transform()
594
tpath = transform.transform_path_non_affine(path)
0 commit comments