8000 Backport PR #13622 on branch v3.1.x (Change title of named colors example) by meeseeksmachine · Pull Request #13627 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Backport PR #13622 on branch v3.1.x (Change title of named colors example) #13627

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

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
6 changes: 3 additions & 3 deletions examples/color/named_colors.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
========================
Visualizing named colors
========================
====================
List of named colors
====================

This plots a list of the named colors supported in matplotlib. Note that
:ref:`xkcd colors <xkcd-colors>` are supported as well, but are not listed here
Expand Down
0