answered 12 years ago
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)