PyGazeAnalyser icon indicating copy to clipboard operation
PyGazeAnalyser copied to clipboard

Fixes flipped up image in draw_display() to work in Debian

Open guillermoaguilar opened this issue 10 years ago • 2 comments

In Linux, numpy loads the image with the correct side up, so there's no need to flip it up. Working in Debian Jessie.

guillermoaguilar avatar Jul 31 '15 11:07 guillermoaguilar

That's weird, in my Ubuntu 12.04 installation, it does need flipping. What version of Matplotlib are you using?

Thanks for looking into this!

esdalmaijer avatar Aug 04 '15 10:08 esdalmaijer

Hi, thanks for replying!

matplotlib is 1.4.2., that's the latest in debian stable and testing (package version 1.4.2-3.1). I'm using Debian Jessie. And python is 2.7.9.

it is a weird behaviour indeed. Maybe Ubuntu 12.04 has an older version of matplotlib? I think I can test the code in another computer we have in the lab that still has Debian Squeeze...

guillermoaguilar avatar Aug 04 '15 11:08 guillermoaguilar