pyecharts不能完整显示地图的解决方法
程序员文章站
2022-04-22 12:09:50
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
上一篇: 猜下这两个人是什么关系?
下一篇: 为何手机厂商都要主打拍照?
推荐阅读
-
spring boot 本地图片不能加载(图片路径)的问题及解决方法
-
Mysql在debian系统中不能插入和显示中文的解决方法
-
C#中label内容显示不全、不完整的解决方法
-
Mysql在debian系统中不能插入和显示中文的解决方法
-
ThinkPHP中SHOW_RUN_TIME不能正常显示运行时间的解决方法 原创
-
spring boot 本地图片不能加载(图片路径)的问题及解决方法
-
Android自定义LinearLayout布局显示不完整的解决方法
-
当标题不能显示完整的解决方法
-
C#中label内容显示不全、不完整的解决方法
-
ThinkPHP中SHOW_RUN_TIME不能正常显示运行时间的解决方法 原创