Widgets become invisible when i shrink my window - Tkinter - Python
问题 I have been creating a GUI application for university using Tkinter and python. I am however having a problem where when the application first loads, or when i make the window smaller, the only widget visible is the Plotter (extends canvas) widget. If i expand the window however, the others become visible. This is my code: from assign2_support import * import tkinter as tk from tkinter import * from tkinter.messagebox import * import random from tkinter.filedialog import askopenfilename def