facebook / prophet

Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.
https://facebook.github.io/prophet
MIT License
18.55k stars 4.54k forks source link

Holiday Plotting Feature Request #2630

Open buckeye17 opened 1 month ago

buckeye17 commented 1 month ago

I would like to have the option for the plot_components() function to show holiday windows like the weekdays component is plotted. Currently the holidays component is plotted on an X-axis that spans the whole history of the dataset. I would prefer for each holiday window to receive its own small subplot. This way the overall effect of the holiday is clearer. I will share a Plotly implementation of what I'm envisioning once I have finished it.