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

Why dont the helper plots like reliability diagram call plt.show()? #38

Open
wingmanzz opened this issue Mar 26, 2023 · 2 comments
Open

Comments

@wingmanzz
Copy link

if you are using these in a non interactive manner, the plots will never show. Calling plt.show() shouldnt matter to those using notebooks (I think) but absolutely be needed for those of use using the the non inline renders.

@blucena
Copy link
Contributor

blucena commented Mar 28, 2023

Good point! Does everything still work if you call plt.show() manually after the command?

Is your suggested solution to just add plt.show() at the end of each function? I generally work in notebooks, so I'm not too familiar with how things behave when working inline.

@wingmanzz
Copy link
Author

yep. it absolutely works with plt.show() at the end..i havent tested in a notebook though..

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