plotting pixels in python

J. Clifford Dyer jcd at sdf.lonestar.org
Thu Sep 13 14:52:47 EDT 2007


On Thu, Sep 13, 2007 at 06:37:43PM -0000, jo5867472 at gmail.com wrote regarding Re: plotting pixels in python:
> 
> On Sep 13, 11:22 pm, Paul McGuire <pt... at austin.rr.com> wrote:
> > On Sep 13, 1:03 pm, jo5867... at gmail.com wrote:
> >
> > > hi to all
> > > I am just a beginner of python. I want to know how pixels are plotted
> > > in python. I am not intending to use PIL because I don't need to
> > > manipulate images. So is there a simple module for 2D graphics and
> > > plot pixels
> >
> > Here is a *very* simple-minded module for creating BMP files, that
> > supports drawing points, lines, and simple shapes.
> >
> > http://www.geocities.com/ptmcg/python/index.html#bmp
> >
> > -- Paul
> 
> No currently I am using a canvas from the Tkinter module
> What I actually want is to show how a line is plotted pixel by pixel
> using a delay loop. I want functions something like putpixel not
> draw_line
> 

The question to your answer can be found here:

http://catb.org/~esr/faqs/smart-questions.html

Cheers,
Cliff



More information about the Python-list mailing list