Make Plots Compatible with %matplotlib notebook
adnanhemani opened this issue · 2 comments
adnanhemani commented
Vallabh100 commented
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-
adnanhemani commented
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