I would like to plot x^(1/3) or x^(0.33) or power(x, 1/3) in a origin plot. Neither of the comands works. It works if I plot x^n with n>1. But I want to plot a root. Is there another comand to do that?
I guess this was a ignorant question. But I do not figure how to do it.
If you really need to visualize the "crossing point" on the X axis (though it doesn't happen in real), how about to modify like in the following using the conditional operator?