esdalmaijer / PyGazeAnalyser

Analysis and high-level plotting toolbox for eye-tracking data
GNU General Public License v3.0
146 stars 89 forks source link

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

Open guillermoaguilar opened 9 years ago

guillermoaguilar commented 9 years ago

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

esdalmaijer commented 9 years ago

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!

guillermoaguilar commented 9 years ago

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...