Re: [Matplotlib-users] polar axes control

2006-12-26 Thread John Hunter
> "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

Re: [Matplotlib-users] polar axes control

2006-12-24 Thread Pierre GM
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

Re: [Matplotlib-users] polar axes control

2006-12-24 Thread Eric Firing
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

Re: [Matplotlib-users] polar axes control

2006-12-24 Thread Miles Lubin
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

Re: [Matplotlib-users] polar axes control

2006-12-24 Thread Eric Firing
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

[Matplotlib-users] polar axes control

2006-12-24 Thread Miles Lubin
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