"Bill Allen" <walle...@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.

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to