> "Eric" == Eric Firing <[EMAIL PROTECTED]> writes:
Eric> I don't think so--at least, I have not figured it out after
Eric> a few minutes of looking around and trying to understand how
Eric> things work. I think polar plotting needs quite a bit of
Eric> work. In particular, I
On Monday 25 December 2006 01:30, Eric Firing wrote:
> I don't think so--at least, I have not figured it out after a few
> minutes of looking around and trying to understand how things work. I
> think polar plotting needs quite a bit of work.
Sorry for hijacking the thread, but a few months ago
Miles Lubin wrote:
> Solved the problems, thanks.
>
>
> Another issue has come up. After looking through
> http://matplotlib.sourceforge.net/matplotlib.axes.html#PolarAxes, I see
> a get_rmax() function, but there is no corresponding set_rmax(). Using
> set_ylim() causes hanging when it attem
Solved the problems, thanks.
Another issue has come up. After looking through
http://matplotlib.sourceforge.net/matplotlib.axes.html#PolarAxes, I see
a get_rmax() function, but there is no corresponding set_rmax(). Using
set_ylim() causes hanging when it attempts to graph, and set_xlim is
cu
Miles Lubin wrote:
> Hi,
>
>
> I would like to be able to remove the dotted straight lines on the polar
> axes, but keep the dotted circular lines (not sure of the technical
> names, sorry). I also want to remove the degree measurement labels since
> they are not meaningful for the data that I
Hi,
I would like to be able to remove the dotted straight lines on the polar
axes, but keep the dotted circular lines (not sure of the technical
names, sorry). I also want to remove the degree measurement labels since
they are not meaningful for the data that I am displaying.
How would I go a