You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I was trying to execute the docs/notebooks/preprocessing.ipynb notebook to get some examples for plot_panel() and I saw that the code was not working: basically width and height were passed as keyword argument and not as layout_kwargs, probabily due to the recent update of the plotting module.
I have fixed them manually: if you wish I can just submit the PR.
To Reproduce
Run any cell that contains plot_params() or plot_forecasts().
Expected behavior
Svg graph should be shown.
Screenshots
Desktop (please complete the following information):
MacOs
The text was updated successfully, but these errors were encountered:
Describe the bug
I was trying to execute the
docs/notebooks/preprocessing.ipynb
notebook to get some examples forplot_panel()
and I saw that the code was not working: basicallywidth
andheight
were passed as keyword argument and not aslayout_kwargs
, probabily due to the recent update of the plotting module.I have fixed them manually: if you wish I can just submit the PR.
To Reproduce
Run any cell that contains
plot_params()
orplot_forecasts()
.Expected behavior
Svg graph should be shown.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: