You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think this is a bug really, just a consequence of lineplot accepting all of the parameters for the underlying matplotlib plot function, which has a vast functionality. So this is a feature request for lineplot, but probably not one that would get added any time soon.
I don't think this is a bug really, just a consequence of lineplot accepting all of the parameters for the underlying matplotlib plot function, which has a vast functionality. So this is a feature request for lineplot, but probably not one that would get added any time soon.
I can edit the title to mention Feature Request if you wish.
Step functions are so common (timeseries, ECDFs, survival analysis, inventory levels, etc) that they may warrant a dedicated function stairplot() function. Perhaps this feature request may inspire someone not willing to use R to implement it (or may tell people looking for this feature how to do it in R).
Plotting an errorbar for several step functions draws the error bars ignoring the steps:
It should be something like this:
using R:
Step functions arise in many real-world scenarios. See a more complicated example here: https://adibender.github.io/pammtools/reference/geom_stepribbon.html#examples
The text was updated successfully, but these errors were encountered: