I have been working on a Gui-based program using Tkinter. It needs data to display and there are a lot of different data. I tried to do it, but it did not show the right result. I mean, it cannot display other datasets and it just displays the first dataset.
Simply, its procedure is as following:
- Load 1st data
- Display on canvas
- Load another data
- Display on canvas, but it shows the first data.
Please give me some hints, comments, and help.
Thank you, guys.
In the interest of saving time and just giving an idea, I have just pulled this out from some code hoping it might help you …