Re: [Matplotlib-users] Feature request: make labels accept non-string arguments

2007-03-19 Thread Victoria G. Laidler
Thanks!! I really appreciate the fast action! Vicki Eric Firing wrote: > Victoria G. Laidler wrote: > [...] >> It would be extremely useful if xlabel, ylabel, title, and possibly >> legend could be made smart enough to attempt to call a __str__ method >> on the objects they are passed, so that

Re: [Matplotlib-users] Feature request: make labels accept non-string arguments

2007-03-17 Thread Eric Firing
Victoria G. Laidler wrote: [...] > It would be extremely useful if xlabel, ylabel, title, and possibly > legend could be made smart enough to attempt to call a __str__ method on > the objects they are passed, so that xlabel(MyObject) behaves as > intelligently as "print MyObject" does. [...] > A

[Matplotlib-users] Feature request: make labels accept non-string arguments

2007-03-15 Thread Victoria G. Laidler
Hi folks, I am working on a software package to manipulate spectra and bandpasses, and I expect my users will use it hand in hand with the pylabe interface of matplotlib in order to see the results of their manipulations. It would be extremely useful if xlabel, ylabel, title, and possibly lege