File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/matplotlib/mpl-data/stylelib Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
New more-accessible color cycle
2
2
-------------------------------
3
3
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
5
5
combination of algorithmically-enforced accessibility constraints, including
6
6
color-vision-deficiency modeling, and a machine-learning-based aesthetics model
7
7
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
13
13
of the default::
14
14
15
15
import matplotlib.pyplot as plt
16
- plt.style.use('ccs10 ')
16
+ plt.style.use('petroff10 ')
17
17
18
18
.. _reference : https://matplotlib.org/gallery/style_sheets/style_sheets_reference.html
19
19
.. _SciPy talk : https://www.youtube.com/watch?v=Gapv8wR5DYU
File renamed without changes.
You can’t perform that action at this time.
0 commit comments