Hi, you need to draw the pixels in the window in real time, that is, my algorithm will receive, for example, a list of the form [(x1, y1), (x2, y2), (xn, yn)], will trigger the update function on the screen these pixels will change color. With a huge stretch this can be called rendering. How to implement this in Python 3? The question with a conclusion interests. It would not be bad to have a save result button.

  • try to limit yourself to one problem per question. Have you tried to adapt examples with matplotlib animation for your case? What did not work out? - jfs

0