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)