From d8ca59d9e45c9af19ff7297bbd5c9ffa23e9a2b6 Mon Sep 17 00:00:00 2001 From: yhjun1026 <460342015@qq.com> Date: Tue, 29 Aug 2023 19:07:09 +0800 Subject: [PATCH] feat(editor): ChatExcel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🔥ChatExcel Mode Complete --- pilot/commands/disply_type/show_chart_gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pilot/commands/disply_type/show_chart_gen.py b/pilot/commands/disply_type/show_chart_gen.py index 1d3514ced..84d8782a9 100644 --- a/pilot/commands/disply_type/show_chart_gen.py +++ b/pilot/commands/disply_type/show_chart_gen.py @@ -9,7 +9,7 @@ import os import matplotlib import seaborn as sns -# matplotlib.use("Agg") +matplotlib.use("Agg") import matplotlib.pyplot as plt from matplotlib.font_manager import FontManager