用户:
Python达人查看:77 回复:0 评论:0 创建时间:2020-08-02T11:24:37
【作品展示】

【作品介绍】
rader例子
【作品源代码】
import json
from pyecharts import Radar
import webbrowser
import os
mao_schema=[
{'name':'属性1','max':喵},
{'name':'属性2','max':喵},
{'name':'属性3','max':喵},
{'name':'属性4','max':喵},
{'name':'属性5','max':喵},
{'name':'属性6','max':喵},
]
chart=Radar('例子')
chart.config(c_schema=mao_schema)
chart.render()
webbrowser.open('file://'+os.path.realpath('render.html'))
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn