weixin_44534192 2019-07-05 19:29 采纳率: 100%
浏览 741
已采纳

python中绘制世界地图TypeError: argument of type 'Key' is not iterable。

按网上说的,都安装了。运行时一直报错:TypeError: argument of type 'Key' is not iterable。
在网上下载的也是TypeError: argument of type 'Key' is not iterable。
请大神分析下,谢谢!

代码一:

import pygal_maps_world.maps

wm = pygal_maps_world.maps.World()
wm.title = 'North, Central, and South America'

wm.add('North Amerca',['ca', 'mx', 'us'])
wm.add('Central America',['bz', 'cr', 'gt', 'hn', 'ni', 'pa', 'sv'])
wm.add('South America',['ar', 'bo', 'br', 'cl', 'co', 'ec', 'gf', 'gy', 'pe',
                        'py', 'sr', 'uy', 've'])

wm.render_to_file('americas.svg')

代码二

import pygal


wm = pygal.maps.world.World()
wm.title = 'Populations of Countries in North America'
wm_key = {'ca':34126000, 'mx':113423000, 'us':309349000}
wm.add('North America',wm_key)


wm.render_to_file('na_populations.svg')
  • 写回答

2条回答 默认 最新

  • weixin_44534192 2019-07-06 00:52
    关注

    已解决,运行环境问题,重新安装了一遍pygal,解决了。

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 如何使用simulink建立一个永磁同步直线电机模型?
  • ¥30 天体光谱图的的绘制并得到星表
  • ¥15 PointNet++的onnx模型只能使用一次
  • ¥20 西南科技大学数字信号处理
  • ¥15 有两个非常“自以为是”烦人的问题急期待大家解决!
  • ¥30 STM32 INMP441无法读取数据
  • ¥15 R语言绘制密度图,一个密度曲线内fill不同颜色如何实现
  • ¥100 求汇川机器人IRCB300控制器和示教器同版本升级固件文件升级包
  • ¥15 用visualstudio2022创建vue项目后无法启动
  • ¥15 x趋于0时tanx-sinx极限可以拆开算吗