Agreed that this is a simple problem, and that the limit is 0. Tiny Tim's approach is superior to mine in its simplicity. Your approach, using a computer-generated graph, is useful for gaining understanding about the behavior of this function, but that's about it. It is well-known that computers don't produce exact results, because of the limited precision they use in their calculations, and especially so in raising to fractional powers. And in some cases, they can produce results that are incorrect (e.g., the earlier Intel Pentium math coprocessors back in 1992 or so). You also said that for large x, x + 2 was about the same as x - 2. This is correct, and is helpful in understanding, but it should be said in mathematical terms. Otherwise, it's akin to arm-waving, IMO.
My approach is different from, and slightly more complicated, than Tiny Tim's. But so what? Multiplying by a factor to produce a difference of cubes isn't all that complicated, and the intent was to show another method of approach that might be useful in other problems.
The more tools you have to work with, the more problems you're equipped to solve.