Skip to content

Commit 4731384

Browse files
committed
Make text table more consistent
1 parent bcf3d08 commit 4731384

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

AnatomyOfMatplotlib-Part3-HowToSpeakMPL.ipynb

Lines changed: 11 additions & 11 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
{

0 commit comments

Comments
 (0)