[Matplotlib-users] More points in polar plot than expected

2008-12-02 Thread Wildemar Wildenburger
Hi there, telling pyplot polar([1,2,3,4],[1,3,4,2], o) to my surprise does not give me 4 distinct points but rather some interpolated points as well. This is highly unexpected, nay, unwanted. It used to work well in Fedora 8 (don't know which version I ran there). Fedora 10 Python 2.5.2

Re: [Matplotlib-users] More points in polar plot than expected

2008-12-02 Thread Ryan May
On Tue, Dec 2, 2008 at 10:12 AM, Wildemar Wildenburger [EMAIL PROTECTED] wrote: Hi there, telling pyplot polar([1,2,3,4],[1,3,4,2], o) to my surprise does not give me 4 distinct points but rather some interpolated points as well. This is highly unexpected, nay, unwanted. It used to

Re: [Matplotlib-users] More points in polar plot than expected

2008-12-02 Thread Michael Droettboom
Yeah. This is a known bug that was fixed since 0.98.1. Cheers, Mike Ryan May wrote: On Tue, Dec 2, 2008 at 10:12 AM, Wildemar Wildenburger [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi there, telling pyplot polar([1,2,3,4],[1,3,4,2], o) to my surprise does

Re: [Matplotlib-users] More points in polar plot than expected

2008-12-02 Thread Wildemar Wildenburger
On Tue, 02 Dec 2008 12:43:14 -0500 Michael Droettboom [EMAIL PROTECTED] wrote: Yeah. This is a known bug that was fixed since 0.98.1. Rats! Lets hope the Fedora guys are quick with the updating. Thanks for ending my head-banging, though. /W