@@ -22,6 +22,27 @@ revision, see the :ref:`github-stats`.
22
22
23
23
next_whats_new/*
24
24
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
+
25
46
Ability to scale axis by a fixed order of magnitude
26
47
---------------------------------------------------
27
48
@@ -76,16 +97,6 @@ This has been changed so that the number of ticks is now responsive to how
76
97
large the colorbar is.
77
98
78
99
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
-
89
100
90
101
Don't automatically rename duplicate file names
91
102
-----------------------------------------------
@@ -228,15 +239,6 @@ This new method may be useful for adding artists to figures without axes or to
228
239
easily position static elements in figure coordinates.
229
240
230
241
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.
240
242
241
243
242
244
Return type of ArtistInspector.get_aliases changed
0 commit comments