First time here? Check out the FAQ!
answered 2014-08-30 09:05:10 +0100
Maybe something like that ?
sage: a = vector([1, 2]) sage: b = vector([4, 3]) sage: plot(a, color='red') sage: plot(a, color='red') + plot(b, color='blue') + plot(a + b, color='black')