plot(log(x), (x, -5, 5), adaptive=True)
# Expected:
## Plot object containing:
## [0]: cartesian line: log(x) for x over (-5.0, 5.0)
