# File mrplot/helpers.rb, line 97
    def initialize(x,y)
      @x = x.to_f
      @y = y.to_f
    end