Michael Droettboom wrote:
Sorry -- I see it now. Disregard my earlier message. It is now fixed in SVN r5004.

Hi Michael,

thanks. Unfortunately there is now still some duplicity of text in the docs. I've attached a patch (against svn 5008) that fixes this and also adds the doc for '+' and 'x' markers which is missing.

Manuel

Manuel Metz wrote:
Happend with your commit from version 4979 -> 4989. Who's going to fix that ? Whom can I directly contact ?

-------- Original Message --------
Subject: [matplotlib-devel] axes.py scatter doc-bug
Date: Wed, 12 Mar 2008 12:30:12 +0100
From: Manuel Metz <[EMAIL PROTECTED]>
To: matplotlib-devel@lists.sourceforge.net
CC: John Hunter <[EMAIL PROTECTED]>

Hi,
the doc-string of the axes scatter method is buggy. Somehow the
svn-conflict messages got committed to the repository:
I mean this

<<<<<<< .working
[...]
=======
[...]
 >>>>>>> .merge-right.r4987

... stuff)

Manuel


Index: axes.py
===================================================================
--- axes.py	(revision 5008)
+++ axes.py	(working copy)
@@ -4172,6 +4172,8 @@
             'p' : pentagram
             'h' : hexagon
             '8' : octagon
+            '+' : plus
+            'x' : cross
 
         The marker can also be a tuple (numsides, style, angle), which will
         create a custom, regular symbol.
@@ -4188,18 +4190,6 @@
         Finally, marker can be (verts, 0), verts is a sequence of (x,y)
         vertices for a custom scatter symbol.
 
-            numsides is the number of sides
-
-            style is the style of the regular symbol:
-              0 : a regular polygon
-              1 : a star-like symbol
-              2 : an asterisk
-
-            angle is the angle of rotation of the symbol
-
-        Finally, marker can be (verts, 0), verts is a sequence of (x,y)
-        vertices for a custom scatter symbol.
-
         s is a size argument in points squared.
 
         Any or all of x, y, s, and c may be masked arrays, in which
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to