-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Add images of markers to the list of markers #8556
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
Comments
Here is the example where I built the table from:
http://matplotlib.org/devdocs/gallery/lines_bars_and_markers/marker_reference.html#sphx-glr-gallery-lines-bars-and-markers-marker-reference-py
…On Mon, May 1, 2017 at 1:32 PM, David Stansby ***@***.***> wrote:
Currently http://matplotlib.org/devdocs/api/markers_api.html#module-
matplotlib.markers just has marker codes and a description of the marker;
it would be nice to have a picture of what each marker looks like as a 3rd
column.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#8556>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AARy-BvZOQiduqqNyT2V3f1gST77DzZDks5r1hcjgaJpZM4NNO73>
.
|
It's the second bullet point in #7342 (which has a few more related items). |
that might be a good topic to be converted into a more in-depth tutorial (maybe on extending a basic plot or something?) |
another thing you could do for this API page is to include a link to the thumbnail of the example @WeatherGod links to above. You could add this in the README file so that the thumbnail shows up above the API list. E.g., with a |
I tackled this in #11437. |
Thanks a lot @ImportanceOfBeingErnest ! |
Currently http://matplotlib.org/devdocs/api/markers_api.html#module-matplotlib.markers just has marker codes and a description of the marker; it would be nice to have a picture of what each marker looks like as a 3rd column.
The text was updated successfully, but these errors were encountered: