-
Notifications
You must be signed in to change notification settings - Fork 262
OrthoSlicer3D interactions broken on mac #433
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
Yup, I get the same effect on OSX backend, in matplotlib 1.4.3 and 1.5.1. I believe this is due to the fact that the OSX backend doesn't implement the relevant animation calls - see : matplotlib/matplotlib#531 There's a new PR for matplotlib that just addressed this : matplotlib/matplotlib#6178 |
Yes, I get the same behavior for pyqt4 on homebrew at least. All works well for me with the TkAgg backend. @Eric89GXL - what backend were you testing on? Do you get the same problems as we do? |
Linux, qt backend. Oh OSX... |
More investigation : only one window updating for qt4, matplotlib 1.4.3 or 1.5.1, Python 2.7. Seems to work correctly for qt5, matplotlib 1.4.3 or 1.5.1, Python 3.5. |
@matthew-brett last time I checked it worked fine over here. |
I also see only one window updating for qt4
|
Alex - what do you get with qt4 if you use IPython and start with |
I see only one image reacting
|
Hi all, is this still a problem for anybody? Using the latest OSX, I was able to run |
when playing with OrthoSlicer3D I observe that the interactions (clicking to change slices) does not work with osx backend (no reactions to click) and half broken when using qt backend (only 1 of the three slices responds to clicks)
can someone reproduce?
I am testing using matplotlib 1.4.3 and python 2.7
The text was updated successfully, but these errors were encountered: