v0.1.12 last gauge info

This commit is contained in:
wty-yy
2025-12-21 14:53:33 +08:00
parent 4546be76bf
commit 59522777c9
7 changed files with 44 additions and 26 deletions

View File

@@ -151,7 +151,7 @@ def plot_radar(data_list, labels, output_file=None):
# loc='upper left' 意思是图例的左上角对齐这个锚点
legend = plt.legend(
loc='upper left',
bbox_to_anchor=(1.1, 0.3), # 调整这里的 0.3 可以上下移动图例
bbox_to_anchor=(1.0, 0.1), # 调整这里的 0.3 可以上下移动图例
title="Models",
title_fontsize=16,
fontsize=12,