Question: Graphing the cube root of x

I am trying to graph the cube root of x, but when I do as

plot(x^1/3,thickness=5)

I get a graph with domain of non negative reals.  I need the entire graph, across all reals and I'm not sure how to handle it.  Thanks

Please Wait...