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 f06c2c3 commit 43bff96Copy full SHA for 43bff96
1 file changed
lib/matplotlib/patches.py
@@ -586,9 +586,9 @@ def draw(self, renderer):
586
# docstring inherited
587
if not self.get_visible():
588
return
589
- # Patch has traditionally ignored the dashoffset.
+
590
with cbook._setattr_cm(
591
- self, _dash_pattern=(0, self._dash_pattern[1])), \
+ self, _dash_pattern=(self._dash_pattern)), \
592
self._bind_draw_path_function(renderer) as draw_path:
593
path = self.get_path()
594
transform = self.get_transform()
0 commit comments