Re: [Matplotlib-users] wxagg and cups printer

2009-08-04 Thread Janwillem
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

[Matplotlib-users] wxagg and cups printeer

2009-08-03 Thread Janwillem
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

[Matplotlib-users] WXAgg Backend Errors on Exit

2008-06-16 Thread A. S. Budden
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

Re: [Matplotlib-users] wxagg back-end bug on windows?

2008-03-28 Thread Chris Barker
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

[Matplotlib-users] wxagg back-end bug on windows?

2008-03-28 Thread Chris Barker
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

Re: [Matplotlib-users] wxAgg

2007-12-04 Thread John Hunter
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

[Matplotlib-users] wxAgg

2007-12-04 Thread Lars Friedrich
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