# File mrplot/helpers.rb, line 106
    def cap!
      @x = @x.round
      @y = @y.round
    end