|
25 | 25 | `"*"` star |
26 | 26 | `"h"` hexagon1 |
27 | 27 | `"H"` hexagon2 |
28 | | -`"+"` plus (filled) |
29 | | -`"x"` x (filled) |
| 28 | +`"+"` plus |
| 29 | +`"x"` x |
30 | 30 | `"D"` diamond |
31 | 31 | `"d"` thin_diamond |
32 | 32 | `"|"` vline |
33 | 33 | `"_"` hline |
| 34 | +`"P"` plus (filled) |
| 35 | +`"X"` x (filled) |
34 | 36 | TICKLEFT tickleft |
35 | 37 | TICKRIGHT tickright |
36 | 38 | TICKUP tickup |
|
42 | 44 | CARETLEFTBASE caretleft (centered at base) |
43 | 45 | CARETRIGHTBASE caretright (centered at base) |
44 | 46 | CARETUPBASE caretup (centered at base) |
45 | | -`" "`, or `""` nothing |
| 47 | +`"None"`, `" "` or `""` nothing |
46 | 48 | ``'$...$'`` render the string using mathtext. |
47 | 49 | `verts` a list of (x, y) pairs used for Path vertices. |
48 | 50 | The center of the marker is located at (0,0) and |
49 | | - the size is normalized. For backward |
50 | | - compatibility, the form (`verts`, 0) is also |
51 | | - accepted, but it is equivalent to just `verts` |
52 | | - for giving a raw set of vertices that define the |
53 | | - shape. |
| 51 | + the size is normalized. |
54 | 52 | path a `~matplotlib.path.Path` instance. |
55 | 53 | (`numsides`, `style`, `angle`) The marker can also be a tuple (`numsides`, |
56 | 54 | `style`, `angle`), which will create a custom, |
|
75 | 73 | the angle of rotation of the symbol |
76 | 74 | ============================== =============================================== |
77 | 75 |
|
78 | | -`None` is the default which often means 'nothing', however this table is |
| 76 | +For backward compatibility, the form (`verts`, 0) is also accepted, |
| 77 | +but it is equivalent to just `verts` for giving a raw set of vertices |
| 78 | +that define the shape. |
| 79 | +
|
| 80 | +`None` is the default which means 'nothing', however this table is |
79 | 81 | referred to from other docs for the valid inputs from marker inputs and in |
80 | 82 | those cases `None` still means 'default'. |
81 | 83 | """ |
|
0 commit comments