8000 MNT: make sure we forward path configuration when splitting · matplotlib/matplotlib@285a01a · GitHub
[go: up one dir, main page]

Skip to content

Commit 285a01a

Browse files
committed
MNT: make sure we forward path configuration when splitting
1 parent 1daed58 commit 285a01a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/backends/backend_agg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ def draw_path(self, gc, path, transform, rgbFace=None):
148148
c = c[ii0:ii1]
149149
c[0] = Path.MOVETO # move to end of last chunk
150150
p = Path(v, c)
151+
p.simplify_threshold = path.simplify_threshold
151152
try:
152153
self._renderer.draw_path(gc, p, transform, rgbFace)
153154
except OverflowError as err:

0 commit comments

Comments
 (0)
0