import numpy as np
points = np.arange(-10, 11, 1/30)
plot(expr, ylim=(-10, 10), exclude=points)
# Expected:
## Plot object containing:
## [0]: cartesian line: x/8 + tan(floor(30*x)) for x over (-10, 10)
