Skip to content
Merged
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
8 changes: 4 additions & 4 deletions lib/matplotlib/axes/_axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,8 +556,8 @@ def secondary_xaxis(self, location, functions=None, *, transform=None, **kwargs)
"""
Add a second x-axis to this `~.axes.Axes`.

For example if we want to have a second scale for the data plotted on
the xaxis.
This axis is typically used to display a second x-scale for the data
plotted on the Axes.

%(_secax_docstring)s

Expand Down Expand Up @@ -610,8 +610,8 @@ def secondary_yaxis(self, location, functions=None, *, transform=None, **kwargs)
"""
Add a second y-axis to this `~.axes.Axes`.

For example if we want to have a second scale for the data plotted on
the yaxis.
This axis is typically used to display a second y-scale for the data
plotted on the Axes.

%(_secax_docstring)s

Expand Down
Loading