Pyecharts相关信息网址

一、pyecharts 相关信息网址

 echarts官网:https://www.echartsjs.com/index.html
 pyecharts官网:https://pyecharts.org/#/zh-cn/intro
 pyecharts众多图表示例代码:https://gallery.pyecharts.org/#/README
 pyecharts github项目国内镜像: https://gitee.com/mirrors/pyecharts

二、使用 pyrcharts 前需下载镜像源

 在anaconda prompt命令行工具下,通过pip清华镜像源安装pyecharts
 命令为:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pyecharts  

三、打开pyecharts github项目国内镜像: https://gitee.com/mirrors/pyecharts

如何选取地图类型,具体参考 pyecharts.datasets.map_filenames.json 文件

首先打开

https://gitee.com/mirrors/pyecharts

--》 

点击 pyecharts

--》

点击datasets

--》

点击map_filenames.json 就可以看地图类型

你可能感兴趣的:(python,开发语言)