How to undraw plot with Zelle graphics?
问题 This is a code problem for Python 3.5.2 using John Zelle's graphics.py : I have spent a good amount of time looking for the answer here, but just can not figure it out. The function undraw() exists just like getMouse() . But it seems like it do not work for the plot() command, only the draw() command. What am I doing wrong? And how can I keep the window open, but erase the previous the plot before the next one is drawn? pdf documentation for the functions of graphics : http://mcsp.wartburg