`map.scatter` on basemap not displaying markers

前端 未结 1 1302
我寻月下人不归
我寻月下人不归 2021-01-19 07:16

I have a map of Germany, and the coords of a few cities. plot displays the dots properly. I would like to use scatter instead, in order to be able

相关标签:
1条回答
  • 2021-01-19 07:25

    try adding "zorder" so that the points show up above the map:

        map.fillcontinents(color='lightgray',zorder=0)
    
    0 讨论(0)
提交回复
热议问题