# File temp/Graph/Plot.rb, line 306
      def format x, y
        "(#{(x * 100).to_i / 100}, #{(y * 100).to_i / 100})"
      end