用户:
澄橙耆耋查看:0 回复:1 评论:0 创建时间:2019-12-06T22:06:51
【作品展示】

【作品介绍】
看看吧
【作品源代码】
from pyecharts import Funnel
import webbrowser
import os
funnel = Funnel('某公司招聘各环节的人数',title_pos='center')
name = '某公司招聘各环节的人数'
x_axis = ['简历数量', '简历筛选', '初试人数', '复试人数', '录取人数']
y_axis = [650, 400, 260, 170, 50]
funnel.add(name,
x_axis,
y_axis,
funnel_sort='dscending',
is_label_show=True,
label_pos='inside',
funnel_gap=10,
legend_pos='left',
legend_orient='vertical'
)
funnel.render()
webbrowser.open('file://'+os.path.realpath('render.html'))
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn