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 d7ffff2 commit c4b2e2aCopy full SHA for c4b2e2a
1 file changed
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