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