Skip to content

Commit

Permalink
another print
Browse files Browse the repository at this point in the history
  • Loading branch information
spacecowboy committed Oct 4, 2015
1 parent 7782764 commit 8ee0f78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lifelines/plotting.py
Expand Up @@ -217,6 +217,7 @@ def shaded_plot(x, y, y_upper, y_lower, **kwargs):
ax = kwargs.pop('ax', plt.gca())
print("x", x)
print("y", y)
print("y_upper", y_upper)
print("kwargs", kwargs)
result = ax.plot(x, y, drawstyle='steps-post', **kwargs)
print(result)
Expand Down

0 comments on commit 8ee0f78

Please sign in to comment.