On 7/20/07, Michael Droettboom <[EMAIL PROTECTED]> wrote:
> er concern, though, is that there seems to be no way to update
> just a subregion of the PhotoImage from pure Python.  I see that the C
> code in _tkagg.cpp can do this.  Does that actually get used or is it
> always a full image?

Yes we use it and this is a very useful feature, one we can hopefully
expand on for more efficient rendering.  Eg, FigureCanvasTkAgg.blit
uses it.

Truth be told, the tk GUI code has never caused us any real headaches
from a compilation perspective, so we *could* live with it, but don't
let me dissuade you from finding a creative python solution.

JDH

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to