@@ -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+
2546Ability 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
7697large 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
90101Don'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
228239easily 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
242244Return type of ArtistInspector.get_aliases changed
0 commit comments