Skip to main content

plot_series

Plot forecasts and insample values. Parameters: Returns:

Customize titles and axis labels

plot_series doesn’t have parameters for titles or axis labels. Instead, it returns a matplotlib or plotly figure (depending on engine) that you can customize with that library’s API:
With matplotlib you can also create your own axes and pass them through the ax parameter to control the layout and styling yourself.