Re: [matplotlib-devel] Agg license for 2.5: OK now?

2007-09-25 Thread Robert Kern
Bill Baxter wrote: > > On 9/24/07, *Eric Firing* > <[EMAIL PROTECTED] > > wrote: > > John et al., > > "Agg 2.5 will ship with a libsigc++ license that will allow us to treat > the code as MIT X11 unless the code is pulled out, allowing Antigrain to > be

[matplotlib-devel] What do you think of my FigureCanvas with delayed redrawing?

2007-09-25 Thread Joel Hedlund
Hi! I'm writing a gtk application that uses matplotlib heavily for data visualisation, but all the time consuming redrawing of the figure canvases took away much of the usability. So I wrote a FigureCanvas that delays redraws until it hasn't seen any new resize_events for a short while. It wor