用户:南北风查看:0 回复:0 评论:0 创建时间:2020-06-14T08:44:04
【作品展示】

【作品介绍】
奥利给
【作品源代码】
from pyecharts import Radar
import webbrowser
import os
mao_schema = [
{"name": "对抗", "max": 1000},
{"name": "营救", "max": 1000},
{"name": "逃生", "max": 1000},
{"name": "持久", "max": 1000},
]
chart = Radar("例子")
chart.config(c_schema=mao_schema)
chart.add("例子", [[200, 500, 600, 900], [300, 990, 800],
[200, 500, 600, 900], [300, 990, 800]])
chart.render()
webbrowser.open("file://"+os.path.realpath("render.html"))
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn