Matplotlib just started to include PySide support since version 1.1.0. You
need to set the QT_API environment variable to 'pyside', and tell
Matplotlib to use Qt4 (as you are probably already doing). You can use it
by including the following lines in your code:
os.environ['QT_API'] = 'pyside'
import matplotlib
matplotlib.use('Qt4Agg')
Use the os.environ line if you don't actually want to set QT_API on
your system. I believe it must be set before matplotlib is imported.
Ben
On Tue, Nov 22, 2011 at 8:28 AM, Christofer Bertonha <
[email protected]> wrote:
> Hello List.
>
> Anyone here aready make integration with matplotlib 1.1.0? It only works
> with PyQt4 :(
>
> ThX
>
> --
> Christofer Bertonha
>
>
> _______________________________________________
> PySide mailing list
> [email protected]
> http://lists.pyside.org/listinfo/pyside
>
>
_______________________________________________
PySide mailing list
[email protected]
http://lists.pyside.org/listinfo/pyside