python - TkInter: draw one pixel -
in tkinter, can draw several shapes. if want draw pixel instead ?
after creating canvas object, can draw line spans single pixel.
your_canvas_widget.create_line(x, y, x + 1, y) in tkinter, can draw several shapes. if want draw pixel instead ?
after creating canvas object, can draw line spans single pixel.
your_canvas_widget.create_line(x, y, x + 1, y)
Comments
Post a Comment