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
Hi, thanks for the very nice package.
I usually plot error bars as band plots with the mean curve on top.
In the same spirit as scatterlines it would be nice to have a single function plotting a Line and a Band altogether giving a single entry in the legend.
I'm using this kind of function for instance:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, thanks for the very nice package.
I usually plot error bars as band plots with the mean curve on top.
In the same spirit as scatterlines it would be nice to have a single function plotting a Line and a Band altogether giving a single entry in the legend.
I'm using this kind of function for instance:
Of course someting more generic as bandlines!(f,x,y,y_lo,y_hi; kwargs...) would be much better.
Also, why not passing functions and not just vectors to band to specify the upper and lower bounds ?
Best,
Amaël
Beta Was this translation helpful? Give feedback.
All reactions