ymin and ymax not working
When I run this code:
f_x = (x3 - x2 + 3x + 4) / (x2 - 4x + 3) plot(f_x, x+3, (x, 0, 4), detect_poles=True, ymin=-100, ymax=100)
the result is a graph with ymax ~ 500000 and ymin ~(- 1000). What am I doing wrong?
duplicate of https://ask.sagemath.org/question/59625/