|
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 | {
|
|
607 | 607 | "name": "python",
|
608 | 608 | "nbconvert_exporter": "python",
|
609 | 609 | "pygments_lexer": "ipython3",
|
610 |
| - "version": "3.6.5" |
| 610 | + "version": "3.7.3" |
611 | 611 | }
|
612 | 612 | },
|
613 | 613 | "nbformat": 4,
|
614 |
| - "nbformat_minor": 1 |
| 614 | + "nbformat_minor": 2 |
615 | 615 | }
|
0 commit comments