-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
scatter_plot produces double plots #3474
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
Comments
What backend are you using? I can't repro this. |
just plain ol'
|
I see it now. Returning |
I need some git-fu practice, is it possible for me to fix someone else's PR? |
hang on, there's some sort of blood oath with statsmodels in the mists of time on how we do plots... no on the latter, unless you're a repo collab on his fork. |
Ah, ok. Thanks. Well, |
This "blood oath" was on the advice from the matplotlib and IPython creators on the best and most general way to write library plotting code. Please bring up specific issues in a public forum, so we can continue to coordinate. |
That wasn't a criticism, it's just hidden away on an old issue and I wanted to make it known. |
Didn't mean to sound defensive. Was trying to dispel mysticism. Advice we've been going on. https://groups.google.com/d/topic/pystatsmodels/biNlCvJPNNY/discussion |
added to CONTRIBUTING.md |
FYI, you just need to catch the fig to keep it from displaying (or turning off inline plotting should also work)
|
@jseabold I think only the latter will work, since returning the |
Both work. Try 'em out. FWIW, I don't consider this a bug. |
@jseabold I agree, I actually quoted bug but I changed it because I didn't want to sound like a smart-ass. |
@jseabold |
It displays because pylab=inline is interactive mode. That's why the fig pops up. If you want to completely suppress a figure, you can turn off interactive mode.
|
can this be closed? i don't think this is a bug. |
agreed - not a bug. |
following #3473:
The text was updated successfully, but these errors were encountered: