Question: How do graph this equation in a 2D line type separating the real and imaginary parts?

with(plots);
f := x -> x^3 + 3^x;
complexplot3d(f, -15 - 22*I .. 15 + 22*I);