Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/silx/gui/utils/matplotlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

__authors__ = ["T. Vincent"]
__license__ = "MIT"
__date__ = "02/05/2018"
__date__ = "16/05/2025"


import io
Expand All @@ -45,7 +45,7 @@

# This must be performed before any import from matplotlib
if qt.BINDING in ("PySide6", "PyQt6", "PyQt5"):
matplotlib.use("Qt5Agg", force=False)
matplotlib.use("QtAgg", force=False)
from matplotlib.backends.backend_qt5agg import FigureCanvasQTAgg # noqa

else:
Expand Down
Loading