File tree Expand file tree Collapse file tree 4 files changed +47
-0
lines changed Expand file tree Collapse file tree 4 files changed +47
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ <h1>Citing matplotlib</h1>
28
28
29
29
< h2 > DOIs</ h2 >
30
30
< dl >
31
+ < dt > v1.4.3</ dt > < dd > < a href ="http://dx.doi.org/10.5281/zenodo.15423 "> < img src ="https://zenodo.org/badge/doi/10.5281/zenodo.15423.svg " alt ="10.5281/zenodo.15423 "> </ a > </ dd >
31
32
< dt > v1.4.2</ dt > < dd > < a href ="http://dx.doi.org/10.5281/zenodo.12400 "> < img src ="https://zenodo.org/badge/doi/10.5281/zenodo.12400.png " alt ="10.5281/zenodo.12400 "> </ a > </ dd >
32
33
< dt > v1.4.1</ dt > < dd > < a href ="http://dx.doi.org/10.5281/zenodo.12287 "> < img src ="https://zenodo.org/badge/doi/10.5281/zenodo.12287.png " alt ="10.5281/zenodo.12287 "> </ a > </ dd >
33
34
< dt > v1.4.0</ dt > < dd > < a href ="http://dx.doi.org/10.5281/zenodo.11451 "> < img src ="https://zenodo.org/badge/doi/10.5281/zenodo.11451.png " alt ="10.5281/zenodo.11451 "> </ a > </ dd >
Original file line number Diff line number Diff line change @@ -174,6 +174,14 @@ <h3>{{ _('Navigation') }}</h3>
174
174
175
175
</ head >
176
176
< body >
177
+ < div class ="alert " style ="background-color: #FEA46C; padding: 10px 0;
178
+ ">
179
+ < h3 > We're updating the default styles for Matplotlib 2.0</ h3 >
180
+
181
+ < p > Learn what to expect in the < a href ="/style_changes.html " style ="font-weight: bold;
182
+ color: #11557C; "> new updates</ a > </ p >
183
+
184
+ </ div >
177
185
{%- block header %}{% endblock %}
178
186
179
187
{% block relbar1 %}
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Overview
14
14
.. toctree ::
15
15
:maxdepth: 2
16
16
17
+ style_changes.rst
17
18
users/index.rst
18
19
faq/index.rst
19
20
resources/index.rst
Original file line number Diff line number Diff line change
1
+ Default Style Changes
2
+ =====================
3
+
4
+ Colormap
5
+ --------
6
+
7
+ ``matplotlib `` is changing the default colormap and styles in the
8
+ upcoming 2.0 release!
9
+
10
+ The new default color map will be 'viridis' (aka `option
11
+ D <http://bids.github.io/colormap/> `_). For an introduction to color
12
+ theory and how 'viridis' was generated watch Nathaniel Smith and
13
+ Stéfan van der Walt's talk from SciPy2015
14
+
15
+ .. raw :: html
16
+
17
+ <iframe width =" 560" height =" 315" src =" https://www.youtube.com/embed/xAoljeRJ3lU" frameborder =" 0" allowfullscreen ></iframe >
18
+
19
+ All four color maps will be included in matplotlib 1.5.
20
+
21
+
22
+ Everything Else
23
+ ---------------
24
+
25
+ We are soliciting proposals to change any and all visual defaults
26
+ (including adding new rcParams as needed).
27
+
28
+ If you have a proposal please create an issue or PR on `github <https://github.com/matplotlib/matplotlib/issues/new >`_ with the
29
+ changes to `rcsetup.py ` and `matplotlibrc.template ` by August 9, 2015.
30
+
31
+ In the second week of August, Michael Droettboom and Thomas Caswell
32
+ will decide on the new default styles, with the release of 2.0 by the
33
+ beginning of September 2015.
34
+
35
+ A 'classic' style sheet will be provided so reverting to the 1.x
36
+ default values will be a single line of python
37
+ (`mpl.style.use('classic') `).
You can’t perform that action at this time.
0 commit comments