8000 Merge pull request #12145 from tacaswell/doc_final_30_docs · matplotlib/matplotlib@ee37ac9 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ee37ac9

Browse files
authored
Merge pull request #12145 from tacaswell/doc_final_30_docs
Doc: final 3.0 docs
2 parents 5074303 + 70b6c86 commit ee37ac9

File tree

8 files changed

+332
-356
lines changed

8 files changed

+332
-356
lines changed

doc/api/api_changes.rst

Lines changed: 311 additions & 221 deletions
Large diffs are not rendered by default.

doc/api/next_api_changes/2018-02-09-ES.rst

Lines changed: 0 additions & 19 deletions
This file was deleted.

doc/api/next_api_changes/2018-02-15-AL-deprecations.rst

Lines changed: 0 additions & 59 deletions
This file was deleted.

doc/api/next_api_changes/2018-04-29-JMK.rst

Lines changed: 0 additions & 20 deletions
This file was deleted.

doc/api/next_api_changes/2018-05-06-AL-callbackregistry.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

doc/api/next_api_changes/2018-05-15-AL.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

doc/api/next_api_changes/2018-06-01-PG-pytz-ectomy.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/users/whats_new.rst

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,27 @@ revision, see the :ref:`github-stats`.
2222

2323
next_whats_new/*
2424

25+
Improved default backend selection
26+
----------------------------------
27+
28+
The default backend no longer must be set as part of the build
29+
process. Instead, at run time, the builtin backends are tried in
30+
sequence until one of them imports.
31+
32+
Headless linux servers (identified by the DISPLAY env not being defined)
33+
will not select a GUI backend.
34+
35+
Cyclic colormaps
36+
----------------
37+
38+
Two new colormaps named 'twilight' and 'twilight_shifted' have been
39+
added. These colormaps start and end on the same color, and have two
40+
symmetric halves with equal lightness, but diverging color. Since they
41+
wrap around, they are a good choice for cyclic data such as phase
42+
angles, compass directions, or time of day. Like *viridis* and
43+
*cividis*, *twilight* is perceptually uniform and colorblind friendly.
44+
45+
2546
Ability to scale axis by a fixed order of magnitude
2647
---------------------------------------------------
2748

@@ -76,16 +97,6 @@ This has been changed so that the number of ticks is now responsive to how
7697
large the colorbar is.
7798

7899

79-
Cyclic colormaps
80-
----------------
81-
82-
Two new colormaps named 'twilight' and 'twilight_shifted' have been added.
83-
These colormaps start and end on the same color, and have two
84-
symmetric halves with equal lightness, but diverging color. Since they
85-
wrap around, they are a good choice for cyclic data such as phase
86-
angles, compass directions, or time of day. Like *viridis*, *twilight* is
87-
perceptually uniform and colorblind friendly.
88-
89100

90101
Don't automatically rename duplicate file names
91102
-----------------------------------------------
@@ -228,15 +239,6 @@ This new method may be useful for adding artists to figures without axes or to
228239
easily position static elements in figure coordinates.
229240

230241

231-
Improved default backend selection
232-
----------------------------------
233-
234-
The default backend no longer must be set as part of the build
235-
process. Instead, at run time, the builtin backends are tried in
236-
sequence until one of them imports.
237-
238-
Headless linux servers (identified by the DISPLAY env not being defined)
239-
will not select a GUI backend.
240242

241243

242244
Return type of ArtistInspector.get_aliases changed

0 commit comments

Comments
 (0)
0