plotting with Python

Magnus Lyck? magnus at thinkware.se
Wed Jun 1 20:19:27 EDT 2005


Rolf Wester <rolf.wester at ilt.fraunhofer.de> wrote in message news:<429c2564$1 at news.fhg.de>...
> Philippe C. Martin wrote:
> > Look at wxPython
> I will do it, thank you for your reply.

What you want specifically for the drawing in wx is probably
a Device Context. (Typically a wxClientDC, but you might 
want to swap to e.g. a wxPrinterDC at times...) Read more
at http://wxwidgets.org/manuals/2.5.3/wx_dcoverview.html



More information about the Python-list mailing list