How to make gaps between subplots smaller?

Hi,
I have a question like this:

  • I have a 1-page dashboard and there is only a plot (subplot with 3 rows and 1 column), and heigh of the plot like 2000, everything is ok with the graph.
  • BUT!!
    There is a little big gap between plots, why? And how can I make them smaller??

Thanks in advance!!

Did you tried using vertical_spacing inside fig.make_subplots() ?

This is what I need, thank you so much.

1 Like