for a while I tried to come up with a good way to graphically represent a series of data along with an estimated error.
Recently, I saw several graphs where the data was built as a line, and the background βtapeβ filled the area between the lines displaying data +/- sigma.
Is there a name for this type of graph, and is there any python toolkit capable of creating such graphs?
A simple way to fake it with matplotlib will also be useful - right now I just draw three lines, but I don't know how to fill the area between them.
source share