Re: [Matplotlib-users] drawing a line segment wjhen using polar coordinates

2009-06-17 Thread Yeates, Mathew C
Thanks. The svn trunk worked for me. -Original Message- From: Michael Droettboom [mailto:md...@stsci.edu] Sent: Wednesday, June 17, 2009 9:27 AM To: Yeates, Mathew C Cc: matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] drawing a line segment wjhen using polar

Re: [Matplotlib-users] drawing a line segment wjhen using polar coordinates

2009-06-17 Thread Michael Droettboom
You can pass "resolution=1" to the axes function. Unfortunately, when doing that you will lose the grid lines. This is a known bug. Better yet, update to SVN trunk which does this by default and has working grid lines. Mike Yeates, Mathew C wrote: > > The following produces an arc instead

[Matplotlib-users] drawing a line segment wjhen using polar coordinates

2009-06-17 Thread Yeates, Mathew C
The following produces an arc instead of a line. What am I doing wrong? ax = axes(polar=True,rmax=1.0) polar([1,2],[0.2,0.3]) #or plot([1,2],[0.2,0.3]) -- Crystal Reports - New Free Runtime and 30 Day Trial Check out th