From f0f1ad99d5fecec5ce60d352ced3c166787b9c8d Mon Sep 17 00:00:00 2001 From: "Egor.Eliseev" Date: Thu, 13 Jul 2023 12:39:33 +0300 Subject: [PATCH] PY-61757 Python Console doesn't show plots with `QtAgg` IJ-CR-111412 GitOrigin-RevId: 0e9629a278128e8d23127c53a9f835205832a3c1 --- python/helpers/pydev/pydev_ipython/matplotlibtools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/helpers/pydev/pydev_ipython/matplotlibtools.py b/python/helpers/pydev/pydev_ipython/matplotlibtools.py index 3fe90d4c16bb..82feb6f8f917 100644 --- a/python/helpers/pydev/pydev_ipython/matplotlibtools.py +++ b/python/helpers/pydev/pydev_ipython/matplotlibtools.py @@ -23,7 +23,7 @@ backend2gui['Qt6Agg'] = 'qt6' backend2gui['GTK'] = backend2gui['GTKCairo'] = 'gtk' backend2gui['WX'] = 'wx' backend2gui['CocoaAgg'] = 'osx' - +backend2gui['QtAgg'] = 'qt' def do_enable_gui(guiname): from _pydev_bundle.pydev_versioncheck import versionok_for_gui