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
In both notebook and PyCharm, when trying to call plot() after fit, the call hangs without producing a plot.
Workaround: call plot(False) to produce an interactive plot; in fact I think False should be the default.
but True should still work as well
The text was updated successfully, but these errors were encountered:
Changed plot_is_static True -> False by default. So now plot() returns dynamic plots. Will return to this issue later.
EgorKraevTransferwise
changed the title
plot() call appears to hang when plot_is_static=True
On Windows, plot() call hangs when plot_is_static=True
Jun 22, 2023
In both notebook and PyCharm, when trying to call plot() after fit, the call hangs without producing a plot.
Workaround: call plot(False) to produce an interactive plot; in fact I think False should be the default.
but
True
should still work as wellThe text was updated successfully, but these errors were encountered: