I have a quick question regarding the premise of using Qt4Agg backend with matplotlib. In the documentation , he said that Qt4Agg requires PyQt4. However, since matplotlib can now work fine with PySide instead of PyQt4, can I install PySide only? Do I still need to install PyQt4 to allow matplotlib to work with Pyside?
I ask this question because in the example of using matplotlib with PySide, the backend must be switched to Qt4Agg and requires PyQt4 according to the documentation.
Thanks!
source
share