You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If PySide, PyQt4, or PyQt5 are imported do not consult rcparams or
ENV variable to decide which backend to use.
This is a case where ignoring user input is sensible because the Qt
bindings are mutually exclusive and attempting to import a second
binding will fail. This can result in stand-alone scripts / mpl
embeddings which are dependent on the rcparams to function correctly.
Importing a specific Qt binding is stronger signal of user intent that
either of the other two configuration options and should take
precedence.
closes#6164
0 commit comments