Re: [Matplotlib-users] Problem with events and window resizing

2011-02-07 Thread Jorge Scandaliaris
2011/2/8 Benjamin Root > > > Hmm, interesting observation. There is very little in mpl that limits your > ability to produce elements for plotting (which is probably why you were > getting shrugs from the mailing list...). However, ipython has various > "tricks" for caching mpl elements, and ca

Re: [Matplotlib-users] Problem with events and window resizing

2011-02-07 Thread Benjamin Root
On Mon, Feb 7, 2011 at 7:09 PM, Jorge Scandaliaris wrote: > Jorge Scandaliaris writes: > > < snip > > > So, I modified the lasso_demo, increasing progressively the number > polygons > > drawn. When I reached 10 polygons, I was able to reproduce the > problem. > > It's > > true that this a rat

Re: [Matplotlib-users] Problem with events and window resizing

2011-02-07 Thread Jorge Scandaliaris
Jorge Scandaliaris writes: < snip > > So, I modified the lasso_demo, increasing progressively the number polygons > drawn. When I reached 10 polygons, I was able to reproduce the problem. > It's > true that this a rather large number, but in my code it happens well below > this > number, ma

Re: [Matplotlib-users] Problem with events and window resizing

2011-02-07 Thread Jorge Scandaliaris
Jorge Scandaliaris writes: < snip > > I couldn't come up with a simple example showing the problem. My attempts so > far > ended in working examples. I did find a change in my code that triggers the > problem: My code uses a modified version of the lasso_demo example, contains > two > axes, whe

Re: [Matplotlib-users] Problem with events and window resizing

2011-02-05 Thread Jorge Scandaliaris
Jorge Scandaliaris writes: < snip > > > The symptoms are that > the interaction (keys and mouse clicks) works OK as long as I don't resize the > window. Once I do this, the interaction is gone. What happens when the window > is > resized, that could be related to what I experience. > > OK, lets

[Matplotlib-users] Problem with events and window resizing

2011-02-04 Thread Jorge Scandaliaris
Hi, I have some code that's been working for a long time, but it's behaving strange with current (svn) matplotlib. It's too large to post here, so I will try to come up with a minimal version reproducing the problem. Meanwhile, I wanted to ask if anyone would have a clue of what could be going on.