Different types of chart simultaneously

Hello everyone!

I’m stucked with this task.
I want to draw a pie chart and a horizontal bar chart on one layout, like in example
But I want to get vertical picture

like so (don’t care about text orientation, it’s all about charts)

Thank you in advance

@BogdanEvstratenko You should define subplots https://plot.ly/python/subplots/ to place the two traces as you mentioned.