Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e9f9561

Browse files
committed
DOC: re-order whats_new
1 parent b4e44c2 commit e9f9561

1 file changed

Lines changed: 21 additions & 19 deletions

File tree

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 added.
39+
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*, *twilight* is
43+
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)