Hi,

when I try to plot a line that contains circles, I obtain this error:

/usr/lib/python2.4/site-packages/matplotlib/lines.py in
_draw_circle(self, renderer, gc, xt, yt, point)
    616             for (x,y) in zip(xt, yt):
    617                 renderer.draw_arc(gc, rgbFace,
--> 618                                   x, y, w, w, 0.0, 360.0, 0.0)

TypeError: draw_arc() takes exactly 9 arguments (10 given)


I guess there is an extra '0.0' argument.

I found this error in matplotlib-0.87.5 (using gtk backend).

Regards

Marco 


-- 
"I videogiochi non influenzano i bambini. Voglio dire, se Pac-Man avesse
influenzato la nostra generazione, staremmo tutti saltando in sale
scure, masticando pillole magiche e ascoltando musica elettronica
ripetitiva."

"Videogames do not influence kids. I mean, if Pac-Man influenced our
generation, we were all jumping in dark rooms, chomping pills and
listening to electronic repeating music."

Kristian Wilson, Nintendo Inc. 1989

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to