Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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?