Re: [Matplotlib-users] problem with dynamic subplots and wx

2008-04-24 Thread Michael Droettboom
The clipping rectangle was using inverted y-coordinates (origin at bottom), rather than origin at top. This has been fixed in SVN trunk r5067. FWIW, this seems to be specific to the Wx rendering backend, and doesn't happen with Agg, Gtk, Cairo etc. Cheers, Mike Brian Blais wrote: On Apr 23,

[Matplotlib-users] problem with dynamic subplots and wx

2008-04-23 Thread Brian Blais
Hello, I just upgraded a number of things on my Mac OS X (Tiger) machine, including to the latest version of wx and matplotlib. I found that there is a bug in the display of dynamic plots with subplots. If I change the subplot line in the examples/dynamic_demo_wx.py to: a =

Re: [Matplotlib-users] problem with dynamic subplots and wx

2008-04-23 Thread Brian Blais
On Apr 23, 2008, at Apr 23:6:56 PM, Brian Blais wrote: On Apr 23, 2008, at Apr 23:4:33 PM, Brian Blais wrote: I just upgraded a number of things on my Mac OS X (Tiger) machine, including to the latest version of wx and matplotlib. I found that there is a bug in the display of dynamic

Re: [Matplotlib-users] problem with dynamic subplots and wx

2008-04-23 Thread Joshua Lippai
I'm using SVN matplotlib and wxPython 2.8.7.1, and I'm not running into the problem. Though I may be interpreting your problem incorrectly. I've attached a screen capture of the window that opens up when I run your program. Josh On Wed, Apr 23, 2008 at 5:33 PM, Brian Blais [EMAIL PROTECTED]

Re: [Matplotlib-users] problem with dynamic subplots and wx

2008-04-23 Thread Joshua Lippai
I should note that I'm doing this on OS X 10.5.2, but I don't imagine Tiger would have a problem Leopard doesn't have. Josh On Wed, Apr 23, 2008 at 6:16 PM, Joshua Lippai [EMAIL PROTECTED] wrote: I'm using SVN matplotlib and wxPython 2.8.7.1, and I'm not running into the problem. Though I may

Re: [Matplotlib-users] problem with dynamic subplots and wx

2008-04-23 Thread Brian Blais
On Apr 23, 2008, at Apr 23:9:17 PM, Joshua Lippai wrote:I should note that I'm doing this on OS X 10.5.2, but I don't imagineTiger would have a problem Leopard doesn't have.you do indeed have the problem.  If you change the subplot(211) to subplot(111) you'll see the proper plot (a sine wave).