matplotlib.axes.Axes.sharey

Axes.sharey(other)[source]

Share the y-axis with other.

This is equivalent to passing sharey=other when constructing the Axes, and cannot be used if the y-axis is already being shared with another Axes. Note that it is not possible to unshare axes.

Examples using matplotlib.axes.Axes.sharey

Power spectral density (PSD)

Power spectral density (PSD)

© 2012–2023 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.sharey.html