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

Skip to content

Commit b86c1cf

Browse files
authored
Merge pull request #29364 from vaerksted/main
fix typo
2 parents e1c76a0 + 2ca67bf commit b86c1cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

galleries/users_explain/axes/constrainedlayout_guide.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ def example_plot(ax, fontsize=12, hide_labels=False):
532532
example_plot(ax1)
533533
example_plot(ax2)
534534
example_plot(ax3)
535-
plt.suptitle('Homogenous nrows, ncols')
535+
plt.suptitle('Homogeneous nrows, ncols')
536536

537537
# %%
538538
# but the following leads to a poor layout:

0 commit comments

Comments
 (0)