Hey all,
I am trying to use facets but i have a different number of samples in each facet.
The facets are evenly sized and not sized based on number of samples in them, so I get something like this:
I tried messing around with the fig.for_each_xaxis() and adapt the range for each facet, the problem there is, how to get the information about the number of samples.
Maybe you could use make.subplots instead of facets?