python matplotlib如何画共x轴的图

2024-11-08 07:28:48
推荐回答(2个)
回答1:

用hold on 让后续的数据都画在当前figure中,hold off解除

回答2:

例如,
plt.bar(值,height=+Y)
plt.bar(值,height=-Y)