How to make a stacked and grouped bar chart in Python?

I want to combine the features of a stacked and grouped bar chart into one. Is this possible? I really need to do this.

This is not possible at the moment.

A possibly viable alternative is to use subplots of stacked bars. More details here: