... ax = plt.subplots() #create bar plot df.plot(kind='bar', ax=ax) #add horizontal gridlines ax.grid(axis='y') #display plot plt.show().
確定! 回上一頁