From b53bf9d3cf3cb71b0b6cb71185a9bcae1eafd42d Mon Sep 17 00:00:00 2001 From: Lukas Heumos Date: Tue, 21 Jan 2025 15:29:07 +0100 Subject: [PATCH] Improve docstring --- ehrapy/plot/_survival_analysis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ehrapy/plot/_survival_analysis.py b/ehrapy/plot/_survival_analysis.py index 2045f93e..ad4160d5 100644 --- a/ehrapy/plot/_survival_analysis.py +++ b/ehrapy/plot/_survival_analysis.py @@ -208,7 +208,7 @@ def kaplan_meier( Args: kmfs: Iterables of fitted KaplanMeierFitter objects. - display_survival_statistics: Display survival statistics in a table below the plot. + display_survival_statistics: Whether to show survival statistics in a table below the plot. ci_alpha: The transparency level of the confidence interval. If more than one kmfs, this should be a list. ci_force_lines: Force the confidence intervals to be line plots (versus default shaded areas). If more than one kmfs, this should be a list.