Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc1b890c

Browse files
author
productivememberofsociety666
committed
Python 2.6 fix.
1 parentbd45426 commitc1b890c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/mpl_toolkits/tests/test_axes_grid1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def test_twin_axes_empty_and_removed():
6161
h=host_subplot(len(a),len(b),i)
6262
t=getattr(h,twin)()
6363
getattr(t,op)()ifopelseNone
64-
h.text(0.5,0.5,twin+ (" & {}".format(op)ifopelse""),
64+
h.text(0.5,0.5,twin+ (" & {0}".format(op)ifopelse""),
6565
horizontalalignment="center",verticalalignment="center")
6666
plt.subplots_adjust(wspace=0.5,hspace=1)
6767

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp