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