Re: [matplotlib-devel] svn zoom

2006-08-11 Thread John Hunter
> "Darren" == Darren Dale <[EMAIL PROTECTED]> writes: Darren> return self.format_data(value) Darren> I'm not sure what you had in mind. Oops: def format_data_short(self,value): 'return a short string version' return self.format_data(value) Fixed in svn JDH --

Re: [matplotlib-devel] svn zoom

2006-08-11 Thread Darren Dale
On Thursday 10 August 2006 11:17, John Hunter wrote: > I'm a little confused here because the default should be to use the > axis major formatter (eg in the Axes.format_xdata function). Why > would the default formatter return such a long string? > > I don't know what the right answer is: using th

Re: [matplotlib-devel] svn zoom

2006-08-10 Thread John Hunter
> "John" == John Hunter <[EMAIL PROTECTED]> writes: John> I have tested a few backends (TkAgg, WX, QtAgg, GTK and John> GTKAgg) and am only seeing it on GTK and GTKAgg. My guess John> is that something ou did in adding the resize functionality John> to GTK is triggering this.

Re: [matplotlib-devel] svn zoom

2006-08-10 Thread Darren Dale
On Thursday 10 August 2006 11:17, John Hunter wrote: > > "Darren" == Darren Dale <[EMAIL PROTECTED]> writes: > > Darren> I fixed that problem in the qt backends by telling the > Darren> label to ignore sizing hints. We could make the format > Darren> string shorter, but even then, d

Re: [matplotlib-devel] svn zoom

2006-08-10 Thread John Hunter
> "Charlie" == Charlie Moad <[EMAIL PROTECTED]> writes: Charlie> I periodically am seeing it. But I can't figure out how Charlie> to cause it. I have tested a few backends (TkAgg, WX, QtAgg, GTK and GTKAgg) and am only seeing it on GTK and GTKAgg. My guess is that something ou did i

Re: [matplotlib-devel] svn zoom

2006-08-10 Thread John Hunter
> "Darren" == Darren Dale <[EMAIL PROTECTED]> writes: Darren> I just tried running backend_driver.py with numerix set to Darren> Numeric, and I'm repeatedly getting the following error: Darren> File Darren> "/usr/lib64/python2.4/site-packages/matplotlib/axes.py", Darren>

Re: [matplotlib-devel] svn zoom

2006-08-10 Thread John Hunter
> "Darren" == Darren Dale <[EMAIL PROTECTED]> writes: Darren> I fixed that problem in the qt backends by telling the Darren> label to ignore sizing hints. We could make the format Darren> string shorter, but even then, depending on the size of Darren> the window, this problem ca

Re: [matplotlib-devel] svn zoom

2006-08-10 Thread Darren Dale
On Thursday 10 August 2006 10:54, John Hunter wrote: > > "Charlie" == Charlie Moad <[EMAIL PROTECTED]> writes: > > Charlie> I periodically am seeing it. But I can't figure out how > > I just tested on TkAgg ( I usually use GTKAgg) and noticed another > problem. When you click "zoom to rec

Re: [matplotlib-devel] svn zoom

2006-08-10 Thread Darren Dale
On Thursday 10 August 2006 10:54, John Hunter wrote: > > "Charlie" == Charlie Moad <[EMAIL PROTECTED]> writes: > > Charlie> I periodically am seeing it. But I can't figure out how > > I just tested on TkAgg ( I usually use GTKAgg) and noticed another > problem. When you click "zoom to rec

Re: [matplotlib-devel] svn zoom

2006-08-10 Thread John Hunter
> "Charlie" == Charlie Moad <[EMAIL PROTECTED]> writes: Charlie> I periodically am seeing it. But I can't figure out how I just tested on TkAgg ( I usually use GTKAgg) and noticed another problem. When you click "zoom to rect mode" the format string in the toolbar becomes so long that i

Re: [matplotlib-devel] svn zoom

2006-08-10 Thread Charlie Moad
On 8/10/06, John Hunter <[EMAIL PROTECTED]> wrote: > > I am experiencing some strangeness with the svn version of mpl, but I > don't know if it is the code or my connection. I am working over X11 > so it may have something to do with that. Could those of you with > local access to an svn install

[matplotlib-devel] svn zoom

2006-08-10 Thread John Hunter
I am experiencing some strangeness with the svn version of mpl, but I don't know if it is the code or my connection. I am working over X11 so it may have something to do with that. Could those of you with local access to an svn install of mpl test something? When I open a plot (eg simple_plot.p