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

Commitfffd6ce

Browse files
authored
Merge pull request#24174 from meeseeksmachine/auto-backport-of-pr-24171-on-v3.6.x
Backport PR#24171 on branch v3.6.x (Fix example where wrong variable was used)
2 parents0843d35 +90ce3ab commitfffd6ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎examples/subplots_axes_and_figures/subplots_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
ax3.plot(x+1,-y,'tab:green')
177177
ax4.plot(x+2,-y**2,'tab:red')
178178

179-
foraxinaxs.flat:
179+
foraxinfig.get_axes():
180180
ax.label_outer()
181181

182182
###############################################################################

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp