Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Description
I have loads of conda environments in parallel, some of which have Qt4 installed and some have Qt5. I used to havebackend : Qt4Agg
in my~/.config/matplotlib/matplotlibrc
, but nowadays this will get me errors when I'm in one of the Qt5-environments.
Ideally I would like to be able to specifybackend : QtAgg
and it should use either Qt5 or Qt4, whatever is available ad hoc.
I had a look at the backend selection stuff, but couldn't find how to do it. I'd propose to come up with a PR if somebody could give me a short tip, where to implement such a switch..