awslabs / gluonts

Probabilistic time series modeling in Python
https://ts.gluon.ai
Apache License 2.0
4.57k stars 749 forks source link

Plotting utilities #2333

Open jaheba opened 2 years ago

jaheba commented 2 years ago

We should add some plotting helpers, which make it easy to display time-series, predictions, etc.

For example, these tutorials spend a lot of lines on setting up plotting.

Ideally, we add something like gluonts.lab.plot, which makes it easy to visualize things.

ivanvoid commented 1 year ago

Tried to go through Tutorial, just copy/pasted code, plot function for SampleForecast entity doesn't seems to work the way it should.

image