arokem / python-matlab-bridge

A simple Python => MATLAB(R) interface and a matlab_magic for ipython
BSD 2-Clause "Simplified" License
335 stars 96 forks source link

Problem for opengl display #94

Open blink1073 opened 10 years ago

blink1073 commented 10 years ago

Apparently opengl rendering is not working properly with pymatbridge.

For instance, a call to

%%matlab membrane

is ok. But apparently then it does resort to zbuffer for rendering, so probably non opengl, and using

shading interp

gives weird looking figure. And then calling

light('Position',[0 -2 1])

makes the notebook freeze.

And also, display of large 3d meshes becomes very slow.

blink1073 commented 10 years ago

Note this is from @gpeyre, I do not have a Matlab license as of yet.

arokem commented 10 years ago

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 .

gpeyre commented 10 years ago

I confirm that the problem is indeed solved when using Matlab 2014b (I was using 2013b).

arokem commented 10 years ago

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 .