📜  分享 x 轴 matplotlib - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:01.668000             🧑  作者: Mango

代码示例1
fig=plt.figure()
ax1 = plt.subplot(211)
ax2 = plt.subplot(212, sharex = ax1)