Inclusion of Continuous Error Bands as in built feature of plotly graphs

Hi.
It is currently possible to implement Continuous Error Bands in plotly using this code. However, it is annoying to implement because you need multiple go.Scatter objects. I think this is an built in feature of Seaborn plots.

Does Plotly have plans to implement this as an actual feature of go.Scatter plots, rather than something that require a custom implementation each time?
Ilya