... import matplotlib.pyplot as plt In [9]: fig, ax = plt.subplots(1, 1) In [10]: world.plot(column='pop_est', ax=ax, legend=True) Out[10]: <AxesSubplot:>.
確定! 回上一頁