I'd like to create a barplot comparing the x'axis:
This is my dataframe:
group | EMSE_2012 | EMSE_2018 |
---|---|---|
Suicidio | 16.6 | 21.5 |
Soledad | 9.1 | 16.3 |
Preocupacion | 8.4 | 12.7 |
Sin Amigos | 5.5 | 5.2 |
I need to compare each column in the same bar, in order to have 4 groups of 8 columns. I hope to be clear.
Thanks!