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