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

disabling the figure doesn't work as intended #148

Open
chaseWilliams opened this issue Aug 23, 2017 · 1 comment
Open

disabling the figure doesn't work as intended #148

chaseWilliams opened this issue Aug 23, 2017 · 1 comment

Comments

@chaseWilliams
Copy link
Contributor

Using show=False in the plot function will still render the figure in jupyter notebook. Additionally, I found that when you run the function with show=False outside of jupyter (aka in normal conditions), a window of some sort is still spawned, just hidden. If you run, say,

hyp.plot(data, show=False)
hyp.plot(data)

Then not only will the latter graph pop up, but the former graph will also pop up. So evidently the figure is still rendered.

@jeremymanning
Copy link
Member

Is this fixed with the above pull request? If so, let's close this issue.

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