graphics(
    contour_real_imag(sqrt(x), (x, -3-3j, 3+3j), imag=False),
    grid=False)
# Expected:
## Plot object containing:
## [0]: complex contour: re(sqrt(x)) for re(x) over (-3.0, 3.0) and im(x) over (-3.0, 3.0)
