The following shows the problem of drawing the graph of this function.
> plot(x^(2/3),x=-1..1);
One possible way of fixing this problem.
> plot((x^2)^(1/3),x=-1..1);