猫史档案馆


【Python作品分享】饼状图【教程贴】

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


【作品展示】

center_image

 

【作品介绍】

好用,可以自己填数据

 

【作品源代码】

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


回复

上一页1 页 / 共 1下一页
80187228018722

shafa

 

点赞0


评论


Python-happyyyyPython-happyyyy

地板

 

点赞0


评论


Python-happyyyyPython-happyyyy

2

 

点赞0


评论