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

Commit43005d4

Browse files
tacaswellmeeseeksmachine
authored andcommitted
Backport PR#30444: Small correction of a typo in the galleries: axis instead of axes
1 parent50f399b commit43005d4

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-
# firstaxis, we'll plot with the default cycler. On the secondaxis, we'll
55+
# firstaxes, we'll plot with the default cycler. On the secondaxes, 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 parentaxis.
167+
# Legends can be placed outside of their parentaxes.
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)

[8]ページ先頭

©2009-2025 Movatter.jp