用户:
虚心的小黄鸡82-e查看:0 回复:3 评论:0 创建时间:2020-11-01T17:06:30
【作品展示】

【作品介绍】
好用,可以自己填数据
【作品源代码】
from pyecharts import Pie
import webbrowser
import os
tag = ['11岁','12岁','13岁','14岁','15岁','16岁']
people = [6,10,18,6,10,30]
pie = Pie('学习小组年龄')
pie.add('',tag,people)
pie.render()
webbrowser.open('file://' + os.path.realpath('render.html'))
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn