diff --git a/test.py b/test.py index 84be3e3..6eebd8c 100644 --- a/test.py +++ b/test.py @@ -236,7 +236,7 @@ import matplotlib.pyplot as plt # 数据准备 categories = ['Single', 'Multimer', 'Unknown'] -counts = [88, 58, 0] +counts = [len(single), len(multimer), len(unknown)] # 创建 seaborn 条形图 sns.set(style="whitegrid")