Hey, I do not know what's wrong with my code, but every time I invoke Prophet plotting function it's always plot 2 figures instead of just 1.
Example:

I'm running python2.7, on Ubuntu 14.04 laptop.
Thanks!
If you're in a Jupyter notebook environment, you should add ; to the end of the line with the plot (or assign it to a variable). By default the notebook will render the last line you execute.
Most helpful comment
If you're in a Jupyter notebook environment, you should add
;to the end of the line with the plot (or assign it to a variable). By default the notebook will render the last line you execute.