fix: update chart risk label

This commit is contained in:
2026-07-06 18:44:55 +08:00
parent 9c3ad677b9
commit 9688ee208c
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -456,7 +456,7 @@ def render_survival_chart(df: pd.DataFrame, curves, image_path: Path) -> tuple[l
font_kwargs = chinese_font_kwargs()
plt.xlabel("管龄(年)", **font_kwargs)
plt.ylabel("生存概率", **font_kwargs)
plt.ylabel("健康风险", **font_kwargs)
plt.title("预测分析图", **font_kwargs)
plt.grid(alpha=0.18)
if len(summary_rows) <= 12: