File tree Expand file tree Collapse file tree 3 files changed +24
-34
lines changed Expand file tree Collapse file tree 3 files changed +24
-34
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ Overview
14
14
.. toctree ::
15
15
:maxdepth: 2
16
16
17
- style_changes.rst
18
17
users/index.rst
19
18
faq/index.rst
20
19
resources/index.rst
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ default style.
8
8
While it is impossible to select the best default for all cases, these
9
9
are designed to work well in the most common cases.
10
10
11
+ A 'classic' style sheet will be provided so reverting to the 1.x
12
+ default values will be a single line of python
13
+
14
+ .. code ::
15
+
16
+ mpl.style.use('classic')
11
17
12
18
13
19
colors, color cycles, and color maps
@@ -74,6 +80,24 @@ colors. This allows the first 10 colors in
74
80
:ref: `colors ` for more details.
75
81
76
82
83
+ Colormap
84
+ --------
85
+
86
+
87
+ ``matplotlib `` is changing the default colormap and styles in the
88
+ upcoming 2.0 release!
89
+
90
+ The new default color map will be 'viridis' (aka `option
91
+ D <http://bids.github.io/colormap/> `_). For an introduction to color
92
+ theory and how 'viridis' was generated watch Nathaniel Smith and
93
+ Stéfan van der Walt's talk from SciPy2015
94
+
95
+ .. raw :: html
96
+
97
+ <iframe width =" 560" height =" 315" src =" https://www.youtube.com/embed/xAoljeRJ3lU" frameborder =" 0" allowfullscreen ></iframe >
98
+
99
+
100
+
77
101
Other
78
102
-----
79
103
You can’t perform that action at this time.
0 commit comments