Sorry, had not yet noticed the option for more verbosity in matplotlibrc. The
problem seems to be that some component related to wxagg wants to create the
symbol "printer" which, because my printer was called "printer", apparently
already existed. Renaming the printer on my system solved the probl
Inspired by examples like
http://matplotlib.sourceforge.net/examples/user_interfaces/embedding_in_wx2.html
I added matplotlib.use('WXAgg') to my (wxPython) script in order to directly
copy the matplotlib.backends.backend_wxagg.FigureCanvasWxAgg to a wx canvas.
On my ubuntu 9.04 AMD64 PC it works f
Dear all,
I have been using the WXAgg backend with matplotlib and have been
coming across an occasional error. Unfortunately, it is a little
difficult to trap as it doesn't happen every time! Running on Windows
with python 2.5.2, matplotlib 0.98.0 (installed from the binary) and
wx version 2.8.7
Chris Barker wrote:
> Hi all,
>
> I'm having an odd issue with the wxAgg back-end:
Update:
If I remove:
matplotlib/backends/_wxagg.pyd
The problem goes away.
It looks like that pyd is getting loaded even though I'm running wxPython2.8
However, now I get a non-valid png when I do savefig
Hi all,
I'm having an odd issue with the wxAgg back-end:
windows XP
python 2.5.2 (from python.org)
wxPython 2.8.7.1 unicode (binary from wxPython.org)
MPL 0.91.2 (binary from MPl site)
when I run:
import matplotlib
matplotlib.use('wxagg')
import pylab
I get a popup dialog:
"This application fa
On Dec 4, 2007 3:30 AM, Lars Friedrich <[EMAIL PROTECTED]> wrote:
> Hello,
>
> in my matplotlibrc, I use 'backend : WXAgg'. This works fine, since I
> use a wxPython shell as an interactive shell with pylab. However,
> 'WXAgg' is not in the list of possible backends given in matplotlibrc.
> Is it s
Hello,
in my matplotlibrc, I use 'backend : WXAgg'. This works fine, since I
use a wxPython shell as an interactive shell with pylab. However,
'WXAgg' is not in the list of possible backends given in matplotlibrc.
Is it save (also in the future) to use WXAgg, or should I try to switch
to one o