Consider the examples for tsplot
(time-series plot) in seaborn, e.g. the one shown below.
Do pandas, matplotlib or seaborn include similar functionality to plot translucent bands representing percentiles or standard deviations of a population provided in a dataframe?
Reading the documentation, it looks like sns.tsplot
plots confidence intervals for the sampling distribution of the estimator via bootstrapping, which is of course different.