Given data x, upper, and lower, you can plot the area between the two curves lower & upper using this code:
fill_between(x, upper, lower, facecolor='#ffcc33', alpha=0.4)Given data x, upper, and lower, you can plot the area between the two curves lower & upper using this code:
fill_between(x, upper, lower, facecolor='#ffcc33', alpha=0.4)