Re: [Tutor] Coordinates TK and Turtle

2014-01-28 Thread eryksun
On Tue, Jan 28, 2014 at 4:48 AM, Ian D wrote: > > I have some weird results when I run my code which is meant to display a > canvas and a turtle and some text with the turtles coordinates. > > Basically the turtle coordinates do not seem to correspond with the TK > create_text coordinates. > > t1.

[Tutor] Coordinates TK and Turtle

2014-01-28 Thread Ian D
Hello I have some weird results when I run my code which is meant to display a canvas and a turtle and some text with the turtles coordinates. Basically the turtle coordinates do not seem to correspond with the TK create_text coordinates. t1.goto(100,100) canvas_id = cv1.create_text(t1.x