Max line coords canvas.create_line() can display?

revyakin revyakin at yahoo.com
Thu Aug 29 14:55:10 EDT 2002


Hi all,

Is there a limit of line coords (x1,y1,...xn,yn) which a Tk Canvas
create_line method can display? I found that I can display a line
consisting of 5000 x,y points, but a line of 20 000 points does not
get displayed. So I have to divide my array of coords into several
smaller ones and display them one by one... works, but......

Andrey



More information about the Python-list mailing list