After importing matplotlib but before pylab:
matplotlib.use('Qt4Agg', warn=True)
> --
> You received this message because you are subscribed to the Google Groups "spyder" group.
> To post to this group, send email to spyd...@googlegroups.com.
> To unsubscribe from this group, send email to spyderlib+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en.
>
>
thanks
Marcos
I set the backend Qt4Agg at the matplotlibrc file
(http://matplotlib.sourceforge.net/users/customizing.html#customizing-matplotlib).
thank you
Marcos
On Sun, Oct 3, 2010 at 09:07, David Verelst <david....@gmail.com> wrote:
Changing the backend works for me if I include this in the run scriptfile
import matplotlib
matplotlib.use('Qt4Agg')#, warn=True)
(I don't know why warn worked in the regular spyder shell but raised a
TypeError in the ipython shell)
but this is with numpy 1.4 and matplotlib 0.99.1, where I also had
backend problems
Josef