Thank you, Mr. Gollwitzer. I understand the problem. I'll see what I can do.
Regards,
P.Bonville
Le mer. 30 sept. 2020 à 17:02, Christian Gollwitzer a
écrit :
> Am 30.09.20 um 15:46 schrieb Pierre Bonville:
> > Hi everybody,
>
> > Interference tkinter and plot from matplotlib
>
>
> You are mi
Am 30.09.20 um 15:46 schrieb Pierre Bonville:
Hi everybody,
Interference tkinter and plot from matplotlib
You are mixing different ways of control flow. In a GUI program, don't
call input(). Use the mainloop() as the very last of your calls, and
only work in the callbacks. That means yo