Skip to content

Commit

Permalink
Merge pull request matplotlib#29365 from meeseeksmachine/auto-backpor…
Browse files Browse the repository at this point in the history
…t-of-pr-29364-on-v3.10.x

Backport PR matplotlib#29364 on branch v3.10.x (fix typo)
  • Loading branch information
QuLogic authored Dec 21, 2024
2 parents ae9940f + 2c5caa8 commit ab90482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galleries/users_explain/axes/constrainedlayout_guide.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ def example_plot(ax, fontsize=12, hide_labels=False):
example_plot(ax1)
example_plot(ax2)
example_plot(ax3)
plt.suptitle('Homogenous nrows, ncols')
plt.suptitle('Homogeneous nrows, ncols')

# %%
# but the following leads to a poor layout:
Expand Down

0 comments on commit ab90482

Please sign in to comment.