method set_bottom_labels_angle alpha = for x = 0 to columns - 1 do
                                           (Array.get bottom_labels x)#set_angle alpha;
                                         done