We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae1359e commit 8f08300Copy full SHA for 8f08300
galleries/examples/color/color_sequences.py
@@ -1,15 +1,15 @@
1
"""
2
=====================
3
-Named Color Sequences
+Named color sequences
4
5
6
Matplotlib's `~matplotlib.colors.ColorSequenceRegistry` allows access to
7
predefined lists of colors by name e.g.
8
``colors = matplotlib.color_sequences['Set1']``. This example shows all of the
9
built in color sequences.
10
11
-Note that user-defined sequences can be added via the registry's
12
-`~matplotlib.colors.ColorSequenceRegistry.register` method.
+User-defined sequences can be added via
+`.ColorSequenceRegistry.register`.
13
14
15
import matplotlib.pyplot as plt
0 commit comments