Is it possible to stack multiple bar plots with different colored bars in one plot? For example, currently I have a function that returns three separate plots, but I think it would look better if I could combine them (e.g. the scale would be better represented and the y-axis would be aligned). Below is an example of what I currently have:
Is there a way to do this without too much hacking into the source code of UnicodePlots? This would be part of another package, so I am trying to keep dependencies as light as possible, thus I would like to avoid adding Plots.jl if possible… I am aiming for something like this: