Re: [Matplotlib-users] Problem to disable autoscale

2009-07-10 Thread Demaeyer Jonathan
Hi, I found the problem. It was not a bug of matplotlib (of course should I say). It was a bug in my code (with the click event handling method). Jonathan Demaeyer Jonathan a écrit : > Hi everyone, > > I use matplotlib to render a figure in a tkinter (the Tix library more > precisely) canvas.

[Matplotlib-users] Problem to disable autoscale

2009-07-06 Thread Demaeyer Jonathan
Hi everyone, I use matplotlib to render a figure in a tkinter (the Tix library more precisely) canvas. It works very well but I can't turn off the autoscale (and I would like to), even by setting ax.set_autoscale_on(False). When I test with ax.get_autoscale_on(), the result is False, but the ax