|
102 | 102 | "# Markers\n",
|
103 | 103 | "[Markers](http://matplotlib.org/api/markers_api.html) are commonly used in [`plot()`](http://matplotlib.org/api/pyplot_api.html#matplotlib.pyplot.plot) and [`scatter()`](http://matplotlib.org/api/pyplot_api.html#matplotlib.pyplot.scatter) plots, but also show up elsewhere. There is a wide set of markers available, and custom markers can even be specified.\n",
|
104 | 104 | "\n",
|
105 |
| - "marker | description | marker | description |marker | description | marker | description \n", |
106 |
| - ":----------|:--------------| :---------|:-------------- |:---------|:--------------| :---------|:--------------\n", |
107 |
| - "\".\" | point | \"+\" | plus |\",\" | pixel | \"x\" | cross\n", |
108 |
| - "\"o\" | circle | \"D\" | diamond |\"d\" | thin_diamond | |\n", |
109 |
| - "\"8\" | octagon | \"s\" | square |\"p\" | pentagon | \"\\*\" | star\n", |
110 |
| - "\"|\" | vertical line| \"\\_\" | horizontal line | \"h\" | hexagon1 | \"H\" | hexagon2\n", |
111 |
| - "0 | tickleft | 4 | caretleft |\"<\" | triangle_left | \"3\" | tri_left\n", |
112 |
| - "1 | tickright | 5 | caretright |\">\" | triangle_right| \"4\" | tri_right\n", |
113 |
| - "2 | tickup | 6 | caretup |\"^\" | triangle_up | \"2\" | tri_up\n", |
114 |
| - "3 | tickdown | 7 | caretdown |\"v\" | triangle_down | \"1\" | tri_down\n", |
115 |
| - "\"None\" | nothing | `None` | default |\" \" | nothing |\"\" | nothing" |
| 105 | + "marker | description | marker | description | marker | description | marker | description \n", |
| 106 | + ":----------|:--------------|:----------|:----------------|:---------|:--------------|:----------|:--------------\n", |
| 107 | + "\".\" | point | \"+\" | plus | \",\" | pixel | \"x\" | cross\n", |
| 108 | + "\"o\" | circle | \"D\" | diamond | \"d\" | thin_diamond | |\n", |
| 109 | + "\"8\" | octagon | \"s\" | square | \"p\" | pentagon | \"\\*\" | star\n", |
| 110 | + "\"|\" | vertical line| \"\\_\" | horizontal line | \"h\" | hexagon1 | \"H\" | hexagon2\n", |
| 111 | + "0 | tickleft | 4 | caretleft | \"<\" | triangle_left | \"3\" | tri_left\n", |
| 112 | + "1 | tickright | 5 | caretright | \">\" | triangle_right| \"4\" | tri_right\n", |
| 113 | + "2 | tickup | 6 | caretup | \"^\" | triangle_up | \"2\" | tri_up\n", |
| 114 | + "3 | tickdown | 7 | caretdown | \"v\" | triangle_down | \"1\" | tri_down\n", |
| 115 | + "\"None\" | nothing | `None` | default | \" \" | nothing | \"\" | nothing" |
116 | 116 | ]
|
117 | 117 | },
|
118 | 118 | {
|
|
0 commit comments