Re: [Matplotlib-users] backend_wx and 0.98.0

2008-06-13 Thread John Hunter
On Thu, Jun 12, 2008 at 9:21 PM, James A. Benson [EMAIL PROTECTED] wrote: My app uses the wx backend, so I happened to notice that the backend_wx doesn't seem to work with matplotlib 0.98.0. Running the 0.98 example embedding_in_wx.py shows the problem. Only a bit of the lines get plotted.

Re: [Matplotlib-users] backend_wx and 0.98.0

2008-06-13 Thread Michael Droettboom
Sorry I'm just getting into this discussion now. The wx backend in 0.98 is almost a complete rewrite to use wx.GraphicsContext rather than the older wx.DC interface. It was no longer possible to move forward with the new rendering infrastructure with the wx.DC interface due to lack of support

Re: [Matplotlib-users] backend_wx and 0.98.0

2008-06-13 Thread Stan West
For what it's worth, the WX backend isn't working for me with wxPython 2.8.4; I get the following when I attempt to show a figure: File C:\Program Files\Python25\lib\site-packages\matplotlib-0.98.0_r5467-py2.5-win32.egg\mat plotlib\backends\backend_wx.py, line 474, in select

Re: [Matplotlib-users] backend_wx and 0.98.0

2008-06-13 Thread Michael Droettboom
FWIW, I developed the new wx backend using wx 2.8.6.1, and it does currently work for me. Unfortunately, it's always hard to know how to write for a broad range of point releases for wxPython -- the documentation offers little clues about when features were added or changed. Cheers, Mike

Re: [Matplotlib-users] backend_wx and 0.98.0

2008-06-13 Thread Andrea Gavana
Hi Michael, On Fri, Jun 13, 2008 at 2:23 PM, Michael Droettboom wrote: FWIW, I developed the new wx backend using wx 2.8.6.1, and it does currently work for me. Unfortunately, it's always hard to know how to write for a broad range of point releases for wxPython -- the documentation offers

Re: [Matplotlib-users] backend_wx and 0.98.0

2008-06-13 Thread Stan West
Hi, Andrea. Yes, I bet that upgrading would resolve the issue. However, the issue isn't getting in my way at the moment, since I use the WXAgg backend and it works well as far as I can tell. I mainly wanted to point out for informational purposes -- and I may have been unclear about my point --

Re: [Matplotlib-users] backend_wx and 0.98.0

2008-06-13 Thread James A. Benson
On Fri, 13 Jun 2008, John Hunter wrote: On Thu, Jun 12, 2008 at 9:21 PM, James A. Benson wrote: My app uses the wx backend, so I happened to notice that the backend_wx doesn't seem to work with matplotlib 0.98.0. Running the 0.98 example embedding_in_wx.py shows the problem. Only a bit

[Matplotlib-users] backend_wx and 0.98.0

2008-06-12 Thread James A. Benson
My app uses the wx backend, so I happened to notice that the backend_wx doesn't seem to work with matplotlib 0.98.0. Running the 0.98 example embedding_in_wx.py shows the problem. Only a bit of the lines get plotted. The pan up/down zoom in/out all show various error messages. When i revert