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
I have a dataframe that I am using to generate an area chart with three components. These components are split out using the color keyword. Unfortunately, the labels keyword only renames the title of columns, not the names of traces generated by the color keyword. In the example below, it would be great to be able to replace steady, new_users and churn with more descriptive labels.
Of course, I can work around this by modifying the original data frame, but the labels dict is so elegant...