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