# File mrplot/plots/xy.rb, line 49
    def get_point_by_val(value)
      return Point.new(value[:x],value[:y])
    end