First time here? Check out the FAQ!
answered 2012-08-08 05:30:10 +0100
I've got a solution like this:
var('x') g = Graphics() g += plot(x-3, (x,-5,5)) g += plot(x-2, (x, -5, 5)) g.show()