pyecharts教程

github地址:https://github.com/pyecharts/pyecharts

中文官网教程:https://pyecharts.org/#/zh-cn/

安装

$ pip install pyecharts

扩展包

  1. World countries include China map and World map: echarts-countries-pypkg (1.9MB)
  2. Chinese provinces and regions: echarts-china-provinces-pypkg (730KB)
  3. Chinese cities: echarts-china-cities-pypkg (3.8MB)
  4. Chinese counties: echarts-china-counties-pypkg (4.1MB)
  5. Custom Chinese regions: echarts-china-misc-pypkg (148KB)
  6. United Kingdom map: echarts-united-kingdom-pypkg (1MB)
$ 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

其他教程:

https://blog.csdn.net/Eastmount/article/details/79864984

https://blog.csdn.net/wsp_1138886114/article/details/80509375

 

你可能感兴趣的:(Python)