fix: update chart risk label
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user