Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29dd9d4 commit 97683a5Copy full SHA for 97683a5
doc/users/whats_new.rst
@@ -228,6 +228,17 @@ This new method may be useful for adding artists to figures without axes or to
228
easily position static elements in figure coordinates.
229
230
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
241
242
243
==================
244
Previous Whats New
0 commit comments