More points in polar plot than expected

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
matplotlib 0.98.1

Any ideas?

/W

Works for me on 0.98.3 and SVN HEAD. I get 4 blue dots. Can you send an image showing the output you’re getting?

Ryan

···

On Tue, Dec 2, 2008 at 10:12 AM, Wildemar Wildenburger <wildemar@…2417…> 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 work well in Fedora 8 (don’t know which version I ran

there).

Fedora 10

Python 2.5.2

matplotlib 0.98.1

Any ideas?


Ryan May
Graduate Research Assistant

School of Meteorology
University of Oklahoma

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 > <wildemar@...2417... <mailto:wildemar@…2417…>> 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 work well in Fedora 8 (don't know which version I ran
    there).

    Fedora 10
    Python 2.5.2
    matplotlib 0.98.1

    Any ideas?

Works for me on 0.98.3 and SVN HEAD. I get 4 blue dots. Can you send an image showing the output you're getting?

Ryan

--
Ryan May
Graduate Research Assistant
School of Meteorology
University of Oklahoma
------------------------------------------------------------------------

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
------------------------------------------------------------------------

_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options
  
--
Michael Droettboom
Science Software Branch
Operations and Engineering Division
Space Telescope Science Institute
Operated by AURA for NASA

See the attached screenshot.

thanks,
/W

···

On Tue, 2 Dec 2008 11:11:44 -0600 "Ryan May" <rmay31@...287...> wrote:

On Tue, Dec 2, 2008 at 10:12 AM, Wildemar Wildenburger < > wildemar@...2417...> wrote:

> (snip)
> 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
> matplotlib 0.98.1
>(snip)

Works for me on 0.98.3 and SVN HEAD. I get 4 blue dots. Can you
send an image showing the output you're getting?

Rats! Lets hope the Fedora guys are quick with the updating.

Thanks for ending my head-banging, though.

/W

···

On Tue, 02 Dec 2008 12:43:14 -0500 Michael Droettboom <mdroe@...86...> wrote:

Yeah. This is a known bug that was fixed since 0.98.1.