First time here? Check out the FAQ!
answered 6 years ago
The solution to this problem is probably to specify ymin and ymax.
ymin
ymax
For example:
sage: p = plot(lambda x: 1/x, (-5, 5)) sage: p.show(ymin=-5, ymax=5)