Skip to content

Commit b62745a

Browse files
MNT: rename style
See discussion in mpetroff/accessible-color-cycles#1 Co-authored-by: Matthew Feickert <matthew.feickert@cern.ch>
1 parent 2143179 commit b62745a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/users/next_whats_new/ccs_color_cycle.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
New more-accessible color cycle
22
-------------------------------
33

4-
A new color cycle named 'ccs10' was added. This cycle was constructed using a
4+
A new color cycle named 'petroff10' was added. This cycle was constructed using a
55
combination of algorithmically-enforced accessibility constraints, including
66
color-vision-deficiency modeling, and a machine-learning-based aesthetics model
77
developed from a crowdsourced color-preference survey. It aims to be both
@@ -13,7 +13,7 @@ is included in the style sheets reference_. To load this color cycle in place
1313
of the default::
1414

1515
import matplotlib.pyplot as plt
16-
plt.style.use('ccs10')
16+
plt.style.use('petroff10')
1717

1818
.. _reference: https://matplotlib.org/gallery/style_sheets/style_sheets_reference.html
1919
.. _SciPy talk: https://www.youtube.com/watch?v=Gapv8wR5DYU

0 commit comments

Comments
 (0)