I have multiple files from different receptors that I’d like to plot together in a single graph. To achieve this, I could globally scale the data to smooth it. The problem is that I don’t know if it is possible to plot this data side by side using a single plot. I know how to create subplots, but each one appears with blank spaces and axes between them. The idea is to obtain a more homogeneous figure like the one shown below:example for the expected results.
I appreciate any help, thanks in advance.
I have tried to use subplots, but I need a cleaner figure like in the example. I noticed some examples like plot 3 graphs here in the Stack Overflow, but I need to preserve the sequential number information of the receivers on the x-axis.