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
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