0

I want to plot a multichannel signal in a way similar to the picture below: enter image description here

Does someone know if there is a function within matplotlib or any other Python library that makes such plots? I have tried with the joypy library, but the results were not that good.

Thanks in advance.

  • 1
    Those are simply a couple of line plots offset from each other. You can achieve this using `plt.plot`. – ImportanceOfBeingErnest Feb 17 '19 at 19:39
  • [This](https://stackoverflow.com/questions/17614499/frequency-trail-in-matplotlib) might be of interest to you – Sheldore Feb 17 '19 at 19:47
  • [The Matplotlib Gallery](https://matplotlib.org/gallery/index.html) is always a good place to start and the [Tutorials](https://matplotlib.org/tutorials/index.html) are instructive. – wwii Feb 17 '19 at 20:00

0 Answers0