Closed jburos closed 7 years ago
Currently user can pass an axis argument to plot_pp_survival, but not plot_observed_survival. There are cases where it would be useful (e.g. in a panel figure) to pass in the axis argument to plot_observed_survival.
This can be done already using the axes param. The **kwargs pass through to plt.plot(.
axes
**kwargs
plt.plot(
Just needs to be documented better ..
Currently user can pass an axis argument to plot_pp_survival, but not plot_observed_survival. There are cases where it would be useful (e.g. in a panel figure) to pass in the axis argument to plot_observed_survival.