Hi i'm trying to plot my dataset as a stacked barplot something like shown here:
Im struggling to find any decent tutorials on this as most simply start by creating their own data from scratch and dont have large one to begin with. My dataset looks something like this:
With ggplot you can plot a stacked column chart and then flip it on its side. Something like this. Adding error bars is a little more tricky since you need to calculate the top and bottom of the errorbars yourself.