猫史档案馆


【Python作品分享】课后挑战【作品秀】

用户:悠闲的导弹鲨29悠闲的导弹鲨29查看:0 回复:0 评论:0 创建时间:2019-08-28T18:04:27


【作品展示】

center_image

 

【作品介绍】

课后挑战

 

【作品源代码】

from pyecharts import Line
import webbrowser
import os

x_axis = ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11',
          '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24']
y_axis = [3, 6, 9, 12, 15, 18, 21, 24, 27, 30, 33, 36,
          39, 42, 45, 48, 51, 54, 57, 60, 63, 66, 69, 72]

line = Line("生长")
line.add("生长", x_axis, y_axis)
line.render()

webbrowser.open("file://"+os.path.realpath("render.html"))

 

【提示】

部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:

https://python.codemao.cn


回复

上一页1 页 / 共 0下一页