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