Skip to content

Commit 0ff68e0

Browse files
authored
Merge pull request #29 from JarnoRFB/fix-marker-table
Fix markers table for display in JupyterLab
2 parents 00ff7ad + 4731384 commit 0ff68e0

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

AnatomyOfMatplotlib-Part3-HowToSpeakMPL.ipynb

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -102,17 +102,17 @@
102102
"# Markers\n",
103103
"[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",
104104
"\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+
"\"&#124;\" | 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"
116116
]
117117
},
118118
{
@@ -607,9 +607,9 @@
607607
"name": "python",
608608
"nbconvert_exporter": "python",
609609
"pygments_lexer": "ipython3",
610-
"version": "3.6.5"
610+
"version": "3.7.3"
611611
}
612612
},
613613
"nbformat": 4,
614-
"nbformat_minor": 1
614+
"nbformat_minor": 2
615615
}

0 commit comments

Comments
 (0)