Max line coords canvas.create_line() can display?

Fredrik Lundh fredrik at pythonware.com
Wed Sep 4 03:14:09 EDT 2002


"revyakin" wrote:

> 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.

there shouldn't be a limit.

can you perhaps post a (short) code snippet that illustrates
the problem?

</F>





More information about the Python-list mailing list