From: Antoine S. <an...@mo...> - 2012-02-28 21:21:01
|
Hi, I have been using the event "draw_event" for a while with the old matplotlib 0.8. I have tested my program with newer versions but it seems the function connected to "draw_event" is never called. You can find an example of this there: https://gist.github.com/1901504 With an old version the image color scale is rescaled when you zoom in. With matplotlib 1.x, no change is made on on the color scale. Have I missed something? Thanks in advance for your help. Antoine |