Skip to content

Commit

Permalink
Improve docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Zethson authored Jan 21, 2025
1 parent db91335 commit b53bf9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ehrapy/plot/_survival_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b53bf9d

Please sign in to comment.