Because, the height of all the subplots are same. I just want to increase the height of my first subplot only.
fig['layout'].update(height=700, width=1300, title='TITLE')
The above code gives me the total height and width. But I just want to increase the height of my first subplot plot and leave the other subplots unchanged when we are using Stacked subplots.
