Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Improve the marker table in markers_api documentation #7499
Conversation
|
I would fold the "(verts, 0)" form together with "verts". Also, did you figure out what all the TICKs and CARETs are about? |
|
Can you remove |
tacaswell
added this to the
2.0 (style change major release)
milestone
Nov 22, 2016
tacaswell
added the
Documentation
label
Nov 22, 2016
| -None nothing | ||
| -" " nothing | ||
| -"" nothing | ||
| +`" "`, or `""` nothing |
tacaswell
Nov 23, 2016
Owner
This still needs to include the string 'None' (distinct from the object None)
| ``'$...$'`` render the string using mathtext. | ||
| `verts` a list of (x, y) pairs used for Path vertices. | ||
| The center of the marker is located at (0,0) and | ||
| - the size is normalized. | ||
| + the size is normalized. For backward |
| `"D"` diamond | ||
| `"d"` thin_diamond | ||
| `"|"` vline | ||
| `"_"` hline | ||
| +`"P"` plus (filled) |
anntzer
Nov 28, 2016
Contributor
Keep them together with the non-filled versions?
It may also make sense to reorder the entries a bit (say square / pentagon / hexagon1/2 / octogon) for example. Also, what is the difference between the two hexagons? Orientation I guess?
NelleV
changed the title from
Improve the the marker table in markers_api documentation to [MRG] Improve the the marker table in markers_api documentation
Nov 29, 2016
|
appveyor failures look unrelated. |
|
Thanks @trpham for your hard work this semester! |
NelleV
merged commit dfd38f7
into matplotlib:master
Dec 2, 2016
Kojoley
changed the title from
[MRG] Improve the the marker table in markers_api documentation to Improve the the marker table in markers_api documentation
Dec 5, 2016
QuLogic
added a commit
that referenced
this pull request
Dec 7, 2016
|
|
NelleV + QuLogic |
16545df
|
|
Backported to v2.x as 16545df. |
trpham commentedNov 22, 2016
•
edited
Prefer to this issue: #7342
Improve the current page: http://matplotlib.org/devdocs/api/markers_api.html. as below: