Maybe the title seems bit confusing.
For example, there are three functions such as sin(x), 3 sine(x) and sin(x)+1. X would be from 1 to 100. How can I draw lines of mean with standard deviation (+ and -) for these three function values. I think that maybe I should calculate mean and standard deviation of three function values (sin(x), 3 sin(x) and sin(x)+1) at each x. However, I am not sure how I can do it with python. I know there are some function of standard deviation and mean in Scipy. Is that applicable for this case? Maybe this is stupid question. However, I am pretty novice. I really appreciate any help.
Best regards,
Isaac