First time here? Check out the FAQ!
answered 2016-11-15 15:07:39 +0100
Try using a lambda function.
This works for me:
sage: plot(lambda x: max(x, 1), (-5, 5), ymin=0)