matplotlib.axes.Axes.secondary_yaxis¶
-
Axes.
secondary_yaxis
(self, location, \*, functions=None, \*\*kwargs)[source]¶ Add a second y-axis to this axes.
For example if we want to have a second scale for the data plotted on the yaxis.
%(_secax_docstring)s
Examples
Add a secondary axes that converts from radians to degrees
(Source code, png, pdf)