matplotlib.axes.Axes.sharex#

Axes.sharex(other)[source]#

other 共享 x 轴。

这等效于在构造 Axes 时传入 sharex=other,如果 x 轴已与另一个 Axes 共享,则无法使用。请注意,无法取消共享轴。

使用 matplotlib.axes.Axes.sharex 的示例#

功率谱密度 (PSD)

功率谱密度 (PSD)