From 998c90fc053ad693ec7b04aa91c5da3495ae8173 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Fri, 2 Feb 2018 23:45:48 +0000 Subject: [PATCH] Document name argument of plot_seasonality method in Python API (#405) --- python/fbprophet/forecaster.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/fbprophet/forecaster.py b/python/fbprophet/forecaster.py index f421179..589106f 100644 --- a/python/fbprophet/forecaster.py +++ b/python/fbprophet/forecaster.py @@ -1468,6 +1468,7 @@ class Prophet(object): Parameters ---------- + name: Seasonality name, like 'daily', 'weekly'. ax: Optional matplotlib Axes to plot on. One will be created if this is not provided. uncertainty: Optional boolean to plot uncertainty intervals.