I have a time series stored in pandas DataFrame with columns low, average, and high. Currently, I plot the average values as a line chart, but I would like to fill the area between low and high values with a color.
I am hoping to create a chart that looks exactly like this
