hammerlab / survivalstan

Library of Stan Models for Survival Analysis
Apache License 2.0
124 stars 23 forks source link

Feature request: allow user to pass `axis` in to plot_observed_survival #56

Closed jburos closed 7 years ago

jburos commented 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.

jburos commented 7 years ago

This can be done already using the axes param. The **kwargs pass through to plt.plot(.

Just needs to be documented better ..