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