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
Post a Comment