Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
[GSoD] refine gallery examples (titles, scope, link)#26456
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Changes from1 commit
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
- add link to axes intro in user guide- remove text that doesn't belong in gallery example- add descriptive titles to dolphins, donuts, and firefox
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -3,32 +3,7 @@ | ||
Color Demo | ||
========== | ||
For more in-depth information on colors in matplotlib see | ||
* the :ref:`colors_def` tutorial; | ||
timhoffm marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
* the `matplotlib.colors` API; | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
""" | ||
======== | ||
Draw and manipulate dolphin shape | ||
======== | ||
timhoffm marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
This example shows how to draw and manipulate shapes, given vertices | ||
and nodes using the `~.path.Path`, `~.patches.PathPatch` and | ||
`~matplotlib.transforms` classes. | ||
""" | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
r""" | ||
============= | ||
Draw Donuts with Path and PathPatch | ||
============= | ||
timhoffm marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
Mmh... draw donuts (miam!) using `~.path.Path`\s and `~.patches.PathPatch`\es. | ||
This example shows the effect of the path's orientations in a compound path. | ||
""" | ||
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -4,6 +4,8 @@ | ||||||
=================== | ||||||
This figure shows the name of several matplotlib elements composing a figure | ||||||
To see detailed information, see :ref:`axes_intro`. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. From the docs build
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Suggested change
axes_intro doesn't have a label - probably should but that's a separate issue.https://github.com/matplotlib/matplotlib/blob/main/galleries/users_explain/axes/axes_intro.rst?plain=1 | ||||||
""" | ||||||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
""" | ||
======= | ||
Firefox logo with path and patches | ||
======= | ||
timhoffm marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
This example shows how to create the Firefox logo with path and patches. | ||