I'm having a difficult time figuring out how to make plots similar to the plots of the posterior probability distribution (in red) similar to those found on page 17 here.
It is clear that these are many lines with low alpha values overlaid. This gives the effect of dark red in the middle with the shading gradually lightening as you move outwards. I have found it difficult choosing combination of the right alpha and number of lines to overlay to achieve that effect.
What I wish I could do was to use something similar to fill_between
but instead of a shaded area, have the shading smoothly fade out as you get to the edges. Any ideas how to accomplish this?