PyGazeAnalyser
PyGazeAnalyser copied to clipboard
Fixes flipped up image in draw_display() to work in Debian
In Linux, numpy loads the image with the correct side up, so there's no need to flip it up. Working in Debian Jessie.
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!
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...