-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Suggested improvements to the gallery #7956
Copy link
Copy link
Closed
Labels
Difficulty: Easyhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issueshttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issuesDocumentationGood first issueOpen a pull request against these issues if there are no active ones!Open a pull request against these issues if there are no active ones!
Metadata
Metadata
Assignees
Labels
Difficulty: Easyhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issueshttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issuesDocumentationGood first issueOpen a pull request against these issues if there are no active ones!Open a pull request against these issues if there are no active ones!
These are all incremental improvements that should be relatively noncontroversial -- assuming we don't go the route of just rewriting the entire thing from scratch. If you are a committer, feel free to edit the list below to either add items or mark them as done.
http://matplotlib.org/examples/lines_bars_and_markers/fill_demo_features.html slightly misleading, xref fill_demo and fill_between_demo are slightly misleading #5827. Done in merge fill_demo and fill_demo_features #8154, but still misleading IMO.
plt.axes()to return the already existing implicit axes, which is not really documented directly; should useplt.gca()instead (given that it's a pylab example).blended_transform_factory, but that's really overkill: see Update vlines example with axes wide lines. #7878 (comment).text_themesexamples which may be worth restoring (perhaps) Done in MAINT cleaning up of gallery examples. #7972.attn @NelleV