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'm creating a bar plot with multiple categories and I wanted to colour each category differently, even though the categories don't overlap. Multiple rows display fine using barmode='overlay', but if there's only one row in a category, it doesn't display:
If I don't split the data, it displays fine (different street, same issue):
If I change barmode='relative' then it displays fine:
The text was updated successfully, but these errors were encountered:
I'm creating a bar plot with multiple categories and I wanted to colour each category differently, even though the categories don't overlap. Multiple rows display fine using
barmode='overlay'
, but if there's only one row in a category, it doesn't display:If I don't split the data, it displays fine (different street, same issue):
If I change

barmode='relative'
then it displays fine:The text was updated successfully, but these errors were encountered: