plot(x**2, (x, -5, 5))
# Expected:
## Plot object containing:
## [0]: cartesian line: x**2 for x over (-5.0, 5.0)
