Improve the marker table in markers_api documentation#7499
Improve the marker table in markers_api documentation#7499NelleV merged 4 commits intomatplotlib:masterfrom
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 |
d7ac421 to
f1f8d41
Compare
lib/matplotlib/markers.py
Outdated
| None nothing | ||
| " " nothing | ||
| "" nothing | ||
| `" "`, or `""` nothing |
There was a problem hiding this comment.
This still needs to include the string 'None' (distinct from the object None)
lib/matplotlib/markers.py
Outdated
| `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 |
There was a problem hiding this comment.
Leave this comment at the bottom, no need to draw attention to it.
lib/matplotlib/markers.py
Outdated
| `"d"` thin_diamond | ||
| `"|"` vline | ||
| `"_"` hline | ||
| `"P"` plus (filled) |
There was a problem hiding this comment.
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?
…style, angle) description inside the table, group 'nothing' marker
7e1f1bc to
fb2ebb2
Compare
|
appveyor failures look unrelated. |
|
Thanks @trpham for your hard work this semester! |
…tation Improve the the marker table in markers_api documentation
|
Backported to v2.x as 16545df. |
Prefer to this issue: #7342
Improve the current page: http://matplotlib.org/devdocs/api/markers_api.html. as below: