Open acq23 opened 8 months ago
A workaround is to make your image smaller.
It is easy t make the Window resizable (below). But the Canvas is more dificult as it must include scroll, pane and zoom elements from mattplotlib so 30 more lines of code
window = sg.Window("Wi-Fi heat mapper", layout, finalize=True, resizable=True) # added resizable
Impossible to resize