Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Plots Compatible with %matplotlib notebook #538

Open
adnanhemani opened this issue Jun 5, 2022 · 2 comments
Open

Make Plots Compatible with %matplotlib notebook #538

adnanhemani opened this issue Jun 5, 2022 · 2 comments

Comments

@adnanhemani
Copy link
Member

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:

Screen Shot 2022-06-05 at 6 15 39 PM

@data-8 data-8 deleted a comment Oct 8, 2022
@Vallabh100
Copy link

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-
image

@adnanhemani
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants