First time here? Check out the FAQ!
answered 2012-07-24 05:33:14 +0100
You can use the start keyword to give a starting point or vector:
start
a=vector([1,1,1]) b=vector([-1,2,3]) plot(a)+plot(b, start=a)