python - add a scrollbar to a plot tkinter -


i want add scroolbar window printed. on previous try created scroolbar on different window. want them in same window. code:

for in range (0,len(id)):  # id numbers points         w.create_text(yn[i]*scale, xn[i]*scale, text=id[i])  w.pack()  in range(0,62):   # lines plotted     w.create_line(ln[i]*scale, zn[i]*scale, pn[i]*scale, sn[i]*scale) tk.mainloop() 


Comments

Popular posts from this blog

cookies - Yii2 Advanced - Share session between frontend and mainsite (duplicate of frontend for www) -

angular - password and confirm password field validation angular2 reactive forms -

php - Permission denied. Laravel linux server -