最新 最热

pyecharts第十节、地图(五、热力地图)

上文继续声明以下使用的包集合pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pyecharts==0.5.10pip install -i https://pypi.tuna.tsinghua.edu.cn/simple echarts-countr...

2022-11-29
0

pyecharts第十节、地图(四、省份地图)

上文继续声明以下使用的包集合pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pyecharts==0.5.10pip install -i https://pypi.tuna.tsinghua.edu.cn/simple echarts-countr...

2022-11-29
0

pyecharts第十节、地图(三、省份地图)

上文继续声明以下使用的包集合pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pyecharts==0.5.10pip install -i https://pypi.tuna.tsinghua.edu.cn/simple echarts-countr...

2022-11-29
0

pyecharts第十节、地图(二、中国地图)

上文继续创建【demo11.py】输入以下编码from pyecharts import Mapprovince_distribution = {'河南': 45.23, '北京': 37.56, '河北': 21, '辽宁': 12, '江西': 6...

2022-11-29
0

pyecharts第十节、地图(一、世界地图)

需要的包pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pyecharts==0.5.10pip install -i https://pypi.tuna.tsinghua.edu.cn/simple echarts-countries-pypkgp...

2022-11-29
0

pyecharts第九节、旭日图(现代饼图)

旭日图用的包是:pip install pyecharts -U执行就好

2022-11-29
0

pyecharts第七节、词云图

需要安装pyechartspip install pyecharts -U

2022-11-29
0

pyecharts第五节、关系图

需要安装pyechartspip install pyecharts -U

2022-11-29
0

pyecharts第四节、漏斗图

创建【demo4.py】测试类

2022-11-29
0