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

Commitc947700

Browse files
committed
Switch gallery layout from tight to constrained
1 parent1dee172 commitc947700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎galleries/examples/subplots_axes_and_figures/align_labels_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
importmatplotlib.pyplotasplt
1616
importnumpyasnp
1717

18-
fig,axs=plt.subplots(2,2,layout='tight')
18+
fig,axs=plt.subplots(2,2,layout='constrained')
1919

2020
ax=axs[0][0]
2121
ax.plot(np.arange(0,1e6,1000))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp