Lines on a tkinter.Canvas

Pedro Izecksohn izecksohn at yahoo.com
Wed Jun 11 21:57:25 EDT 2014


  The code available from:
http://izecksohn.com/pedro/python/canvas/testing.py
  draws 2 horizontal lines on a Canvas. Why the 2 lines differ on thickness and length?

  The Canvas' method create_line turns on at least 2 pixels. But I want to turn on many single pixels on a Canvas. How should I do this? Canvas has no method create_pixel or create_point.



More information about the Python-list mailing list