http://qs321.pair.com?node_id=290501


in reply to Drawing arcs with Tk and labeling them, problems with the math?

$ystop = int($xstop + $tick_length*sin($drawn_angle*$deg2rad));
Ermm - shouldn't that be $ystart instead of $xstop?

As an aside, 3.1417 is not as near an approximation to PI (3.14159...) as 3.1416 is :)

Cheers, Ben.