fig, ax = plt.subplots() top_10.plot(kind='barh', y="Sales", x="Name", ax=ax). The resulting plot looks exactly the same as the original but we added an ...
確定! 回上一頁