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

Commit 10fb34c

Browse files
Merge pull request matplotlib#30445 from meeseeksmachine/auto-backport-of-pr-30444-on-v3.10.x
Backport PR matplotlib#30444 on branch v3.10.x (Small correction of a typo in the galleries: axis instead of axes)
2 parents 50f399b + 43005d4 commit 10fb34c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎galleries/users_explain/artists/color_cycle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
# %%
5454
# Now we'll generate a figure with two Axes, one on top of the other. On the
55-
# first axis, we'll plot with the default cycler. On the second axis, we'll
55+
# first axes, we'll plot with the default cycler. On the second axes, we'll
5656
# set the ``prop_cycle`` using :func:`matplotlib.axes.Axes.set_prop_cycle`,
5757
# which will only set the ``prop_cycle`` for this :mod:`matplotlib.axes.Axes`
5858
# instance. We'll use a second ``cycler`` that combines a color cycler and a

‎galleries/users_explain/axes/constrainedlayout_guide.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def example_plot(ax, fontsize=12, hide_labels=False):
164164
# Legends
165165
# =======
166166
#
167-
# Legends can be placed outside of their parent axis.
167+
# Legends can be placed outside of their parent axes.
168168
# *Constrained layout* is designed to handle this for :meth:`.Axes.legend`.
169169
# However, *constrained layout* does *not* handle legends being created via
170170
# :meth:`.Figure.legend` (yet).

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /