Relative Content

Tag Archive for pythonfigure

Python – How to plot multiple signals side by side in the same plot?

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.