plot_real_imag(sqrt(x), (x, -3, 3))
# Expected:
## Plot object containing:
## [0]: cartesian line: re(sqrt(x)) for x over (-3, 3)
## [1]: cartesian line: im(sqrt(x)) for x over (-3, 3)
