# canvas = tk.Canvas(window, bg = 'white', scrollregion = (0,0,2000,5000)) # canvas.create_line(0,0,2000,5000, fill = 'green', width = 10) ...