matplotlib.axes.Axes.sharey# Axes.sharey(other)[源代码]# 与 other 共享 y 轴。 这相当于在构造 Axes 时传递 sharey=other,如果 y 轴已经与其他 Axes 共享,则不能使用。请注意,无法取消轴的共享。 使用 matplotlib.axes.Axes.sharey 的示例# 功率谱密度 (PSD) Power spectral density (PSD)