plot_implicit(y > x**2, (x, -5, 5), (y, -10, 10), n=150, grid=False)
# Expected:
## Plot object containing:
## [0]: Implicit expression: y > x**2 for x over (-5, 5) and y over (-10, 10)
