matplotlib.pyplot.twiny#

matplotlib.pyplot.twiny(ax=None)[source]#

Make and return a second Axes that shares the y-axis. The new Axes will overlay ax (or the current Axes if ax is None), and its ticks will be on the top.

Examples

Plots with different scales

Examples using matplotlib.pyplot.twiny#

Plots with different scales

Plots with different scales