Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 506ff28

Browse files
committed
Increase dpi of test to ensure it's large enough to see dash pattern
1 parent 4efc710 commit 506ff28

File tree

2 files changed

+1
-1
lines changed

2 files 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
@@ -1525,7 +1525,7 @@ def test_bxp_patchartist():
15251525

15261526
@image_comparison(baseline_images=['bxp_custompatchartist'],
15271527
remove_text=True, extensions=['png'],
1528-
savefig_kwarg={'dpi': 40},
1528+
savefig_kwarg={'dpi': 100},
15291529
style='default')
15301530
def test_bxp_custompatchartist():
15311531
np.random.seed(937)

0 commit comments

Comments
 (0)