Subplot shareX and shareY only work by column and row!

I have 24 subplots split in 3 columns and 8 rows and I want to have a common X and Y axis, however in my 3 column and 8 rows scenario, the X is shared only by column(each column shares a different range of values) and the Y is only shared along the rows

. see the attached image.

Any ideas to get the one unique range for all plots?

thanks

Edmundo

1 Like

Sorry for bumping this after so long, but Iā€™m also having a similar issue (i.e I want the yaxis to match on stacked subplots).

@edperalt did you come up with any solution?

1 Like

hey Iā€™m having the same issue :frowning:

Ok that did the job for me

fig.update_yaxes(matches='y')

cf Axes in Python