Re: [matplotlib-devel] scatter docs

2008-01-25 Thread Eric Firing
Manuel Metz wrote: > Hi, > > might I ask again whether anyone can attend to update the doc-string of > the scatter function ? Done, both in the trunk and the maintenance branch. Thanks for the update. Eric - This SF.net e

Re: [matplotlib-devel] scatter docs

2008-01-25 Thread Eric Firing
Manuel Metz wrote: > Hi, > > might I ask again whether anyone can attend to update the doc-string of > the scatter function ? Looks good to me so I tried to do it, but couldn't connect to the server. I will try again later today. Eric -

Re: [matplotlib-devel] scatter docs

2008-01-25 Thread Manuel Metz
Hi, might I ask again whether anyone can attend to update the doc-string of the scatter function ? Manuel Manuel Metz wrote: There was a question on the matplotlib-users list about symbols in [snip] Btw: shouldn't the "verts" keyword be removed, since marker=(verts,0) is equivalent ? Ind

[matplotlib-devel] scatter docs

2008-01-10 Thread Manuel Metz
There was a question on the matplotlib-users list about symbols in scatter, that made me realize that the new "marker = (5,0)" ... syntax, that I contributed some time ago, were not documented. So I tried to write a doc string. Can anyone please check this and add the patch? Btw: shouldn't the