From 8f7b7b4d5b00aa7a1aef750407cf3196b52d2677 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=A4=A9=E5=AE=9D=5FGit=E5=AE=9E=E8=B7=B5?= Date: Fri, 14 Apr 2023 11:52:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A7=86=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 人工智能/main.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/人工智能/main.py b/人工智能/main.py index 30139c0..41d3fae 100644 --- a/人工智能/main.py +++ b/人工智能/main.py @@ -41,10 +41,6 @@ c = ( title_opts=opts.TitleOpts(title="简单关系图", subtitle="by pyecharts"), legend_opts=opts.LegendOpts(is_show=True), tooltip_opts=opts.TooltipOpts(trigger="item"), - visualmap_opts=opts.VisualMapOpts(max_=10, min_=0), - toolbox_opts=opts.ToolboxOpts(is_show=True), - xaxis_opts=opts.AxisOpts(is_show=True), - yaxis_opts=opts.AxisOpts(is_show=True), ) ) c.render("简单关系图.html") \ No newline at end of file