RJT1990 / pyflux

Open source time series library for Python
BSD 3-Clause "New" or "Revised" License
2.11k stars 240 forks source link

plot single time series #110

Closed zzzmk closed 6 years ago

zzzmk commented 7 years ago

Is there a workaround for using plot_fit and plot_predict with only one time series?

RJT1990 commented 7 years ago

I think these methods are sort of restrictive right now; agree. For the meantime you can access the internal functions of each model class and get the output out that way (usually the _model method).