pyecharts不能完整显示地图的解决方法
程序员文章站
2022-09-21 10:14:02
1 首先可能因为缺少ehcarts的地图扩展包,需要手动安装#中国省份地图包pip install echarts-china-provinces-pypkg#中国城市地图包pip install echarts-china-cities-pypkgpip install echarts-china-counties-pypkgpip install echarts-china-misc-pypkgpip install echarts-united-kingdom-pypkg最终要...
1 首先可能因为缺少ehcarts的地图扩展包,需要手动安装
#中国省份地图包
pip install echarts-china-provinces-pypkg
#中国城市地图包
pip install echarts-china-cities-pypkg
pip install echarts-china-counties-pypkg
pip install echarts-china-misc-pypkg
pip install echarts-united-kingdom-pypkg
最终要显示successfully installed <包名>
2 查看当前pyecharts的版本号
pip show pyecharts
运行python会出现一些pyecharts的信息:
可以看出此版本已是1.v以后版本,该版本渲染图片语法与之前不同,需要在内部画图中引用render_系列渲染图像,如官网例子所示:
如果在c变量括号之外渲染,就会导致echarts图像加载不成功。
成功显示图像:
本文地址:https://blog.csdn.net/qq_38973060/article/details/108264836
上一篇: QTableView 使用案例讲解
推荐阅读
-
C#中label内容显示不全、不完整的解决方法
-
ThinkPHP中SHOW_RUN_TIME不能正常显示运行时间的解决方法 原创
-
pyecharts不能完整显示地图的解决方法
-
ThinkPHP中SHOW_RUN_TIME不能正常显示运行时间的解决方法 原创
-
IE8不能显示png图片的解决方法
-
Android自定义LinearLayout布局显示不完整的解决方法
-
fckeditor部署到weblogic出现xml无法读取及样式不能显示问题的解决方法
-
开机显示英文:find --set-root…不能正常进入系统的解决方法
-
GRUB2设置theme以后仍不能显示以及GRUB2修改背景图片后不生效的解决方法
-
微信小程序不能使用本地图片当背景图片的解决方法