-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Milestone
Description
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.
Metadata
Metadata
Assignees
Labels
No labels