Skip to content

Commit 88e18a7

Browse files
committed
made anything after coxphfitter keyword only
1 parent 2108681 commit 88e18a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ehrapy/plot/_survival_analysis.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ def kaplan_meier(
303303

304304
def cox_ph_forestplot(
305305
cox_ph: CoxPHFitter,
306+
*,
306307
labels: list[str] | None = None,
307308
fig_size: tuple = (10, 10),
308309
t_adjuster: float = 0.1,

0 commit comments

Comments
 (0)