Re: [matplotlib-devel] updating a plot without calling plot

2007-10-23 Thread Michael Droettboom
Nice to hear you found a solution. Still, it would nice if the obvious way to do it didn't leak memory ;) I thought the memory leak hunting I did a few months ago had resolved this, but it wasn't testing exactly the same thing -- it was creating figures directly in each iteration, not just ca

Re: [matplotlib-devel] EPS output problem - scatter & edgecolors

2007-10-23 Thread Michael Droettboom
Darren Dale wrote: > On Friday 19 October 2007 10:55:24 am John Hunter wrote: >> On 10/19/07, Darren Dale <[EMAIL PROTECTED]> wrote: >>> I removed a gsave/grestore pair surrounding RendererPS._draw_ps in >>> svn-3967. It looks like this fixed the problem (graphics state was being >>> lost). I check