[Tutor] plotting pixels
Alan Gauld
alan.gauld at btinternet.com
Fri Sep 17 10:38:07 CEST 2010
"Bill Allen" <wallenpb at gmail.com> wrote
> Is there a simple way to plot pixels in Python, without resorting to
> turtle
> graphics?
James already mentioned matplotlib but you can just draw on a canvas.
It depends on what you are trying to do.
For plotting pixels I would not use turtle graphics.
That would be a fairly complicated option I'd have thought.
A simple canvas would be easier.
Alan G.
More information about the Tutor
mailing list