-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Improve the marker table in markers_api documentation #7499
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
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 |
d7ac421
to
f1f8d41
Compare
None nothing | ||
" " nothing | ||
"" nothing | ||
`" "`, or `""` nothing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leave this comment at the bottom, no need to draw attention to it.
`"D"` diamond | ||
`"d"` thin_diamond | ||
`"|"` vline | ||
`"_"` hline | ||
`"P"` plus (filled) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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: