There was an error while loading. Please reload this page.
1 parent 443c728 commit b3d6379Copy full SHA for b3d6379
1 file changed
lib/matplotlib/axes/_axes.py
@@ -556,8 +556,8 @@ def secondary_xaxis(self, location, functions=None, *, transform=None, **kwargs)
556
"""
557
Add a second x-axis to this `~.axes.Axes`.
558
559
- For example if we want to have a second scale for the data plotted on
560
- the xaxis.
+ This axis is typically used to display a second x-scale for the data
+ plotted on the Axes.
561
562
%(_secax_docstring)s
563
@@ -610,8 +610,8 @@ def secondary_yaxis(self, location, functions=None, *, transform=None, **kwargs)
610
611
Add a second y-axis to this `~.axes.Axes`.
612
613
614
- the yaxis.
+ This axis is typically used to display a second y-scale for the data
615
616
617
0 commit comments