Hi Gennaro,
Plotting the real and imaginary parts of the solutions is a nice way to visualize the problem.
SolveValues[x^3 == y, x] //
Map[ReImPlot[#, {y, -2, 2},
Frame -> True,
PlotLabel -> Style[#, Black],
PlotLabels -> "Expressions",
ReImStyle -> {Automatic, Directive[Red, Dashing[{0.02, 0.01}]]},
ImageSize -> Large] &] //
Partition[#, UpTo@2] & //
Grid[#,
Frame -> All,
Alignment -> Top,
Spacings -> {1, 1}] &
