Skip to content

Commit 8f08300

Browse files
rcomertimhoffm
andauthored
Review style tweaks
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent ae1359e commit 8f08300

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

galleries/examples/color/color_sequences.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
"""
22
=====================
3-
Named Color Sequences
3+
Named color sequences
44
=====================
55
66
Matplotlib's `~matplotlib.colors.ColorSequenceRegistry` allows access to
77
predefined lists of colors by name e.g.
88
``colors = matplotlib.color_sequences['Set1']``. This example shows all of the
99
built in color sequences.
1010
11-
Note that user-defined sequences can be added via the registry's
12-
`~matplotlib.colors.ColorSequenceRegistry.register` method.
11+
User-defined sequences can be added via
12+
`.ColorSequenceRegistry.register`.
1313
"""
1414

1515
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)