8000 Merge pull request #20710 from QuLogic/fix-inkscape11 · matplotlib/matplotlib@73b7abf · GitHub
[go: up one dir, main page]

Skip to content

Commit 73b7abf

Browse files
authored
Merge pull request #20710 from QuLogic/fix-inkscape11
Fix tests with Inkscape 1.1.
2 parents bd127f3 + 093fdec commit 73b7abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1372,7 +1372,7 @@ def test_markevery_line():
13721372
ax.legend()
13731373

13741374

1375-
@image_comparison(['markevery_linear_scales'], remove_text=True)
1375+
@image_comparison(['markevery_linear_scales'], remove_text=True, tol=0.001)
13761376
def test_markevery_linear_scales():
13771377
cases = [None,
13781378
8,

0 commit comments

Comments
 (0)
0