summaryrefslogtreecommitdiff
path: root/silx/_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/_config.py')
-rw-r--r--silx/_config.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/silx/_config.py b/silx/_config.py
index c9a5c30..fb0e409 100644
--- a/silx/_config.py
+++ b/silx/_config.py
@@ -38,7 +38,7 @@ class Config(object):
.. versionadded:: 0.8
"""
- DEFAULT_PLOT_BACKEND = "matplotlib"
+ DEFAULT_PLOT_BACKEND = "matplotlib", "opengl"
"""Default plot backend.
It will be used as default backend for all the next created PlotWidget.
@@ -51,6 +51,8 @@ class Config(object):
- A :class:`silx.gui.plot.backend.BackendBase.BackendBase` class
- A callable returning backend class or binding name
+ If multiple backends are provided, the first available one is used.
+
.. versionadded:: 0.8
"""