Plotting a single pixel (possible newbie question)

Simon Evans simon at george.maths.unsw.edu.au
Wed Dec 1 20:15:59 EST 1999


  Thanks to Helmut M. and Fredrik L. for the useful replies. I'll
 do some more playing and see what I can come up with. Now off to
 download PIL...


  Helmut Michels wrote:

> DISLIN contains also some elementary image routines for
> reading and writing pixels from and to the screen. For
> example, the routine 'wpixel' writes one pixel to the screen.

  Also, Fredrik Lundh wrote:

> assuming that you're drawing more than one pixel
> per update, you can get decent results by com-
> bining PIL [1] with Tkinter.

> just draw the data into a PIL image memory, and
> display it using Tkinter and PIL's ImageTk module.

   -- Simon.

=================================================================
Simon Evans (simon at maths.unsw.edu.au)
Physical Oceanography Group
School of Mathematics, University of New South Wales, Australia.
=================================================================




More information about the Python-list mailing list