上文继续声明以下使用的包集合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...
上文继续创建【demo11.py】输入以下编码from pyecharts import Mapprovince_distribution = {'河南': 45.23, '北京': 37.56, '河北': 21, '辽宁': 12, '江西': 6...
需要的包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...
旭日图用的包是:pip install pyecharts -U执行就好
需要安装pyechartspip install pyecharts -U
创建【demo4.py】测试类