Skip to content

Commit

Permalink
fix issue #267
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Dec 28, 2016
1 parent 971782d commit 8136156
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lifelines/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def plot(ix=None, iloc=None, show_censors=False,
if ci_show:
if ci_force_lines:
dataframe_slicer(confidence_interval_).plot(linestyle="-", linewidth=1,
color=[colour], legend=True,
color=[colour], legend=ci_legend,
drawstyle=kwargs.get('drawstyle', 'default'),
ax=ax, alpha=0.6)
else:
Expand All @@ -385,6 +385,7 @@ def plot(ix=None, iloc=None, show_censors=False,
alpha=ci_alpha, color=colour,
linewidth=1.0)


if at_risk_counts:
add_at_risk_counts(cls, ax=ax)

Expand Down

0 comments on commit 8136156

Please sign in to comment.