... call plt.savefig('outputfile.png') : import matplotlib.pyplot as plt import pandas as pd df.plot(kind='bar',x='name',y='age') ...
確定! 回上一頁