First time here? Check out the FAQ!
answered 2019-04-13 13:48:31 +0100
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)