Matplotlib keeps a global reference to the global figure and axes objects ... fig, ax = plt.subplots() top_10.plot(kind='barh', y="Sales", x="Name", ax=ax).
確定! 回上一頁