I want to plot a streamgraph using Dash but I cannot find it in the documentation.
Hi @Xadik,
plotly.py doesnโt have a streamgraph trace type or figure factory. To make one, you would need to compute the line locations yourself an then draw it using filled area scatter traces (https://plot.ly/python/filled-area-plots/)
-Jon
It is too bad. It should have for the future though.
hi, just checking in after almost 4 years later, so thereโs still no streamgraph in plotly? :') oh and im using plotly.jsโฆ