Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8d06e69

Browse files
committed
scatter docs fixed
svn path=/trunk/matplotlib/; revision=5009
1 parent afa74dc commit 8d06e69

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

lib/matplotlib/axes.py

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4172,6 +4172,8 @@ def scatter(self, x, y, s=20, c='b', marker='o', cmap=None, norm=None,
41724172
'p' : pentagram
41734173
'h' : hexagon
41744174
'8' : octagon
4175+
'+' : plus
4176+
'x' : cross
41754177
41764178
The marker can also be a tuple (numsides, style, angle), which will
41774179
create a custom, regular symbol.
@@ -4185,18 +4187,6 @@ def scatter(self, x, y, s=20, c='b', marker='o', cmap=None, norm=None,
41854187
41864188
angle is the angle of rotation of the symbol
41874189
4188-
Finally, marker can be (verts, 0), verts is a sequence of (x,y)
4189-
vertices for a custom scatter symbol.
4190-
4191-
numsides is the number of sides
4192-
4193-
style is the style of the regular symbol:
4194-
0 : a regular polygon
4195-
1 : a star-like symbol
4196-
2 : an asterisk
4197-
4198-
angle is the angle of rotation of the symbol
4199-
42004190
Finally, marker can be (verts, 0), verts is a sequence of (x,y)
42014191
vertices for a custom scatter symbol.
42024192

0 commit comments

Comments
 (0)