Prophet: Prophet plot 2 figures instead of 1

Created on 2 Mar 2017  ·  1Comment  ·  Source: facebook/prophet

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:
prophet_plot

I'm running python2.7, on Ubuntu 14.04 laptop.
Thanks!

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.

>All comments

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.

Was this page helpful?
0 / 5 - 0 ratings