# File temp/Graph/Graph.rb, line 581
      def field_height
        (@graph_height.to_f - font_size*2*top_font) /
           (get_y_labels.length - top_align)
      end