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.

3
  • 1
    Those are simply a couple of line plots offset from each other. You can achieve this using plt.plot. Commented Feb 17, 2019 at 19:39
  • This might be of interest to you Commented Feb 17, 2019 at 19:47
  • The Matplotlib Gallery is always a good place to start and the Tutorials are instructive. Commented Feb 17, 2019 at 20:00

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.