|
From: Paul H. <pmh...@gm...> - 2013-04-10 22:03:23
|
On Wed, Apr 10, 2013 at 2:46 PM, Tim Michelsen <tim...@gm...>wrote: > Hello, > how can I show the forecast error for a timeseries? > > Example: > > I am looking for displaying the blue area of: > > http://t3.gstatic.com/images?q=tbn:ANd9GcR9yuoMhiDeqxJVIOmp0EDNS_Sgxhtv4Z-ohlWly6N7zcgf28QD > > Or the violett areas on: > http://www.meteopower.com/typo3temp/pics/3aa4157df7.jpg > > http://t1.gstatic.com/images?q=tbn:ANd9GcQt_l3HXOPigra-9LD5ldvwHytWc2NcP7cySIqp-8HFaOlZ6mrU7w > > > http://matplotlib.org/api/axes_api.html?highlight=error#matplotlib.axes.Axes.errorbar > > Maybe as an envelope of > http://matplotlib.org/examples/pylab_examples/errorbar_subsample.html > > Thanks for any pointers in advance and kind regards, > Timmie > Timmie, I would just use the fill_between method http://matplotlib.org/examples/pylab_examples/fill_between_demo.html?highlight=codex%20fill_between |