Ask Your Question

Revision history [back]

Try using a lambda function.

This works for me:

sage: plot(lambda x: max(x, 1), (-5, 5), ymin=0)