matplotlib 畫圖

plt.plot(x,y,alpha=0.5,color='red') plt.xticks(rotation=90) plt.title('2018.4--2019.12') plt.grid(True) plt.legend('Number') from pandas import Series,DataFrame import matplotlib.pyplot as plt import
相關文章
相關標籤/搜索