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

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

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