Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在绘图结果中有印度底图,但我希望每个州的地区/城市也在 python 中的印度地图中。如何在 python 底图中显示国家的城市?
在此处输入图像描述
我们可以通过读取区域形状文件然后绘制到 matplotlib 地图来做到这一点。它会工作的。我已经完成了。