... ax = plt.subplots(1, 1) In [10]: world.plot(column='pop_est', ax=ax, legend=True) ... In [43]: gdf = world.head(10) In [44]: gdf.plot(kind='scatter', ...
確定! 回上一頁