Re: [Matplotlib-users] trying to plot polar data

2009-06-16 Thread Sandro Tosi
Hi Mathew, On Tue, Jun 16, 2009 at 21:20, Yeates, Mathew C wrote: > Hi > > I am running the following snippet > > ax = axes(polar=True) > > polar(angles,mag,'bo') please include a full, working example: with this so few information we can help a little. > and I get the attached plot no attached

[Matplotlib-users] trying to plot polar data

2009-06-16 Thread Yeates, Mathew C
Hi I am running the following snippet ax = axes(polar=True) polar(angles,mag,'bo') and I get the attached plot How do make the dashed lines continue inward? How do choose the spacing? How do remove the ugly text? Mathew