Geopandas无法正常工作。我无法绘制图表

时间:2019-04-03 02:06:42

标签: python geopandas

我从温哥华犯罪的Kaggle那里取样。我已经安装了geopandas。 type(geo_df.loc[0,'geometry'])shapely.geometry.point.Point

这是我的最终代码。

fig,ax = plt.subplots(figsize=(15,15))
vancouver_map.plot(ax = ax,color='grey',alpha=0.4)
geo_df.plot(ax=ax, markersize = 20,color='red',marker ='o',label='Map')

enter image description here

我在做什么错?预先谢谢你

0 个答案:

没有答案