Open blink1073 opened 10 years ago
Note this is from @gpeyre, I do not have a Matlab license as of yet.
Hmm. These issues might all be resolved in the version of Matlab I am running (the newest, 2014b), because I am not seeing any of that.
On Sat, Nov 1, 2014 at 6:30 AM, Steven Silvester notifications@github.com wrote:
Note this is from @gpeyre https://github.com/gpeyre, I do not have a Matlab license as of yet.
— Reply to this email directly or view it on GitHub https://github.com/arokem/python-matlab-bridge/issues/94#issuecomment-61368188 .
I confirm that the problem is indeed solved when using Matlab 2014b (I was using 2013b).
I'm going to leave this issue here (not close this), because this is probably still affecting other people (with versions <2014b), but I don't have the bandwidth to look more closely into this, at the moment. If anyone else wants to jump in, feel free to have at it.
On Mon, Nov 10, 2014 at 6:50 AM, Gabriel Peyré notifications@github.com wrote:
I confirm that the problem is indeed solved when using Matlab 2014b (I was using 2013b).
— Reply to this email directly or view it on GitHub https://github.com/arokem/python-matlab-bridge/issues/94#issuecomment-62393902 .
Apparently opengl rendering is not working properly with pymatbridge.
For instance, a call to
is ok. But apparently then it does resort to zbuffer for rendering, so probably non opengl, and using
gives weird looking figure. And then calling
makes the notebook freeze.
And also, display of large 3d meshes becomes very slow.