PyEcharts可视化学习

版权声明:版权所有,转载备注 https://blog.csdn.net/alviss_kdd/article/details/84545304

官网:http://pyecharts.org/#/zh-cn/prepare

官网乃第一教程

数据可视化基础步骤

  1. 安装echarts包
pip install pyecharts
pip install pyecharts-snapshot

任何不懂得问题,请移至官网

  1. 装载自定义地图,否则地图将无轮廓
$ pip install echarts-countries-pypkg
$ 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

根据需求安装

  1. 写py,配置数据,调用render

猜你喜欢

转载自blog.csdn.net/alviss_kdd/article/details/84545304
今日推荐