Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b745ad + 82690b6 commit 5679c28Copy full SHA for 5679c28
1 file changed
lib/matplotlib/axes/_axes.py
@@ -653,6 +653,7 @@ def invert(x):
653
raise ValueError('secondary_xaxis location must be either '
654
'a float or "top"/"bottom"')
655
656
+ @docstring.dedent_interpd
657
def secondary_yaxis(self, location, *, functions=None, **kwargs):
658
"""
659
Add a second y-axis to this axes.
0 commit comments