[matplotlib-devel] Out today (3/26/2009)

2009-03-26 Thread Evans, James R
All, I will be out this morning with a sick child today. She is much better off this morning than yesterday and I fully expect to be back in tomorrow. --James -- ___ Matplotli

[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

[matplotlib-devel] Polar Plot Design Issues

2009-01-23 Thread Evans, James R
All, While looking over the polar plot code I came across the following issue: When plotting something like 'polar( [2*pi/180, 358*pi/180], [2.0, 1.0] )' the plotted line will actually wrap around the origin of the plot before reaching its destination. Initially I thought that this was correc