Skip to content

Commit ff0370a

Browse files
authored
Style fix
1 parent 430ef24 commit ff0370a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_axes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4531,7 +4531,7 @@ def test_errorbar_linestyle_type():
45314531
yerr=[1, 2, 3], elinestyle='--')
45324532
errorlines = eb[-1][0]
45334533
errorlinestyle = errorlines.get_linestyle()
4534-
assert errorlinestyle == [(0.0,(6.0,6.0))]
4534+
assert errorlinestyle == [(0, (6, 6))]
45354535

45364536

45374537
@check_figures_equal()

0 commit comments

Comments
 (0)