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
Seaborn has a nice mode whereby in something like px.line(), if neither x nor y are specified (see also #2332!) it treats the data frame as "wide" rather than "long"/"tidy" and sets x=index, y=melted value and color=melted variable. We could do some variation on this as well.