Re: [matplotlib-devel] Axis.get_label question

2009-01-30 Thread John Hunter
On Thu, Jan 29, 2009 at 3:30 PM, Evans, James R wrote: > Is there a reason why Axis.get_label returns the label as a Text instance, or > should there really be set_label/get_label methods that takes a string and > set the text value of the Text instance and returns the string value of the > Tex

[matplotlib-devel] Axis.get_label question

2009-01-29 Thread Evans, James R
Is there a reason why Axis.get_label returns the label as a Text instance, or should there really be set_label/get_label methods that takes a string and set the text value of the Text instance and returns the string value of the Text instance? Everywhere it is used in the code it is used in a t