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 eca6a83 commit 26e00afCopy full SHA for 26e00af
1 file changed
lib/matplotlib/backends/backend_agg.py
@@ -148,6 +148,7 @@ def draw_path(self, gc, path, transform, rgbFace=None):
148
c = c[ii0:ii1]
149
c[0] = Path.MOVETO # move to end of last chunk
150
p = Path(v, c)
151
+ p.simplify_threshold = path.simplify_threshold
152
try:
153
self._renderer.draw_path(gc, p, transform, rgbFace)
154
except OverflowError as err:
0 commit comments