Skip to content

Fix markers table for display in JupyterLab #29

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 23, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions AnatomyOfMatplotlib-Part3-HowToSpeakMPL.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -102,17 +102,17 @@
"# Markers\n",
"[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",
"\n",
"marker | description ||marker | description ||marker | description ||marker | description \n",
":----------|:--------------||:---------|:--------------||:---------|:--------------||:---------|:--------------\n",
"\".\" | point ||\"+\" | plus ||\",\" | pixel ||\"x\" | cross\n",
"\"o\" | circle ||\"D\" | diamond ||\"d\" | thin_diamond || |\n",
"\"8\" | octagon ||\"s\" | square ||\"p\" | pentagon ||\"\\*\" | star\n",
"\"|\" | vertical line||\"\\_\" | horizontal line ||\"h\" | hexagon1 ||\"H\" | hexagon2\n",
"0 | tickleft ||4 | caretleft ||\"<\" | triangle_left ||\"3\" | tri_left\n",
"1 | tickright ||5 | caretright ||\">\" | triangle_right||\"4\" | tri_right\n",
"2 | tickup ||6 | caretup ||\"^\" | triangle_up ||\"2\" | tri_up\n",
"3 | tickdown ||7 | caretdown ||\"v\" | triangle_down ||\"1\" | tri_down\n",
"\"None\" | nothing ||`None` | default ||\" \" | nothing ||\"\" | nothing"
"marker | description | marker | description | marker | description | marker | description \n",
":----------|:--------------|:----------|:----------------|:---------|:--------------|:----------|:--------------\n",
"\".\" | point | \"+\" | plus | \",\" | pixel | \"x\" | cross\n",
"\"o\" | circle | \"D\" | diamond | \"d\" | thin_diamond | |\n",
"\"8\" | octagon | \"s\" | square | \"p\" | pentagon | \"\\*\" | star\n",
"\"&#124;\" | vertical line| \"\\_\" | horizontal line | \"h\" | hexagon1 | \"H\" | hexagon2\n",
"0 | tickleft | 4 | caretleft | \"<\" | triangle_left | \"3\" | tri_left\n",
"1 | tickright | 5 | caretright | \">\" | triangle_right| \"4\" | tri_right\n",
"2 | tickup | 6 | caretup | \"^\" | triangle_up | \"2\" | tri_up\n",
"3 | tickdown | 7 | caretdown | \"v\" | triangle_down | \"1\" | tri_down\n",
"\"None\" | nothing | `None` | default | \" \" | nothing | \"\" | nothing"
]
},
{
Expand Down Expand Up @@ -607,9 +607,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.5"
"version": "3.7.3"
}
},
"nbformat": 4,
"nbformat_minor": 1
"nbformat_minor": 2
}