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

This commit is contained in:
Amit Kumar 2018-02-02 23:45:48 +00:00 committed by Ben Letham
parent f54d3b50ae
commit 998c90fc05

View file

@ -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.