From: <mme...@us...> - 2008-03-20 16:57:42
|
Revision: 5009 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5009&view=rev Author: mmetz_bn Date: 2008-03-20 09:57:41 -0700 (Thu, 20 Mar 2008) Log Message: ----------- scatter docs fixed Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/axes.py Modified: trunk/matplotlib/lib/matplotlib/axes.py =================================================================== --- trunk/matplotlib/lib/matplotlib/axes.py 2008-03-20 03:30:58 UTC (rev 5008) +++ trunk/matplotlib/lib/matplotlib/axes.py 2008-03-20 16:57:41 UTC (rev 5009) @@ -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 was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |