You are reading an old version of the documentation (v3.1.0). For the latest version see https://matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.secondary_yaxis.html
Version 3.1.0
matplotlib
Fork me on GitHub

Table of Contents

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)

../../_images/matplotlib-axes-Axes-secondary_yaxis-1.png

Examples using matplotlib.axes.Axes.secondary_yaxis