Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion galleries/users_explain/artists/color_cycle.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

# %%
# Now we'll generate a figure with two Axes, one on top of the other. On the
# first axis, we'll plot with the default cycler. On the second axis, we'll
# first axes, we'll plot with the default cycler. On the second axes, we'll
# set the ``prop_cycle`` using :func:`matplotlib.axes.Axes.set_prop_cycle`,
# which will only set the ``prop_cycle`` for this :mod:`matplotlib.axes.Axes`
# instance. We'll use a second ``cycler`` that combines a color cycler and a
Expand Down
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 @@ -164,7 +164,7 @@ def example_plot(ax, fontsize=12, hide_labels=False):
# Legends
# =======
#
# Legends can be placed outside of their parent axis.
# Legends can be placed outside of their parent axes.
# *Constrained layout* is designed to handle this for :meth:`.Axes.legend`.
# However, *constrained layout* does *not* handle legends being created via
# :meth:`.Figure.legend` (yet).
Expand Down