First time here? Check out the FAQ!
answered 2020-08-25 15:18:30 +0100
Use the ymin and ymax keywords.
ymin
ymax
sage: f1 = plot((x), (x, 0, 2)) sage: f2 = plot((1/x), (x, 0, 2)) sage: p = f1 + f2 sage: p.show(ymin=0, ymax=10)