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