Show More
@@ -319,7 +319,7 def find_gui_and_backend(gui=None, gui_select=None): | |||||
319 |
|
319 | |||
320 | import matplotlib |
|
320 | import matplotlib | |
321 |
|
321 | |||
322 |
has_unified_qt_backend = matplotlib |
|
322 | has_unified_qt_backend = getattr(matplotlib, "__version_info__", (0, 0)) >= (3, 5) | |
323 |
|
323 | |||
324 | backends_ = dict(backends) |
|
324 | backends_ = dict(backends) | |
325 | if not has_unified_qt_backend: |
|
325 | if not has_unified_qt_backend: |
General Comments 0
You need to be logged in to leave comments.
Login now