Are you guys serious? Oh my god. Do you realise that in ggplot you just need to pass fill = ‘variable_name’ and it does it automatically ?
I come from a background in R using ggplot2, I am now using mostly Python. I thought I could try ggplot for python but it’s a mess. I have then read about plotly. Seems to work nicely at the beginning, but then I cannot create a bar chart with the bars coloured according to a variable without writing a for loop? Please tell me I am missing something here…