Browse Source

Document name argument of plot_seasonality method in Python API (#405)

Amit Kumar 7 years ago
parent
commit
998c90fc05
1 changed files with 1 additions and 0 deletions
  1. 1 0
      python/fbprophet/forecaster.py

+ 1 - 0
python/fbprophet/forecaster.py

@@ -1468,6 +1468,7 @@ class Prophet(object):
 
 
         Parameters
         Parameters
         ----------
         ----------
+        name: Seasonality name, like 'daily', 'weekly'.
         ax: Optional matplotlib Axes to plot on. One will be created if
         ax: Optional matplotlib Axes to plot on. One will be created if
             this is not provided.
             this is not provided.
         uncertainty: Optional boolean to plot uncertainty intervals.
         uncertainty: Optional boolean to plot uncertainty intervals.