PyEcharts可视化学习

官网:https://05x-docs.pyecharts.org/#/

官网乃第一教程

数据可视化基础步骤

  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

你可能感兴趣的:(Python)