Recently, the Plotly API (Plotly Express) for python was updated to be able to handle wide data formatting. A set of examples can be found here.
I am a big fan of tidy data, so you may ask why I posted this question when tidyr
exists.
My question is related to another question I have posted and remains unanswered. If there's a way to work with wide data in Plotly.R
this would also be the solution for my other question.
For a minimal example, I would like to recreate the following python plotly.express
line plot in R.
Any help is greatly appreciated. Even partial or hacky solutions may aid me.