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
Currently, the plot dimensions seem to have issues when using %matplotlib notebook. This magic function will allow us to make all plots interactive by default. However, the plot dimensions are causing problems out-of-the-box at this time. Example:
The text was updated successfully, but these errors were encountered:
That's what %matplotlib notebook command do right? We use this command to get zoom-able and resize-able interactive plots. So even though plot dimensions do cause problem initially, we can resize the plot. If you are facing timeout problem in notebook , just by using %matplotlib, it open separate prompt of plot and there u can visualize it. See below pic-
Yes, you are right that by we can resize and/or pop-out the plot - but we should fix this (if it is possible) to work with the majority of our plots right out of the box without the user needing to re-size or zoom on the plot
Currently, the plot dimensions seem to have issues when using
%matplotlib notebook
. This magic function will allow us to make all plots interactive by default. However, the plot dimensions are causing problems out-of-the-box at this time. Example:The text was updated successfully, but these errors were encountered: