6

I've been searching for a solution to generate a figure of overlapping time series, i.e., http://grollchristian.files.wordpress.com/2013/04/wpid-224.png?w=604 enter image description here

However, the only script I found online is done in R (above pic) or Matlab. What is my option under matplotlib?

1

1 Answer 1

8

In matplotlib it is controlled by alpha argument.

You can do: plt.plot(x_data, y_data, color='black', alpha=0.4)

Sign up to request clarification or add additional context in comments.

1 Comment

Could it be possible to generate an interactive plot using any python libraries?

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.