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

Skip to content

Commit e05a6ae

Browse files
committed
FL8
1 parent cd88317 commit e05a6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/tests/test_axisartist_axislines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def test_ParasiteAxesAuxTrans():
8686
if i < 2:
8787
getattr(ax2, name)(xx, yy, data[:-1, :-1])
8888
else:
89-
getattr(ax2, name)(xx, yy, data)
89+
getattr(ax2, name)(xx, yy, data)
9090
ax1.set_xlim((0, 5))
9191
ax1.set_ylim((0, 5))
9292

0 commit comments

Comments
 (0)