Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You can use the start keyword to give a starting point or vector:

a=vector([1,1,1])
b=vector([-1,2,3])
plot(a)+plot(b, start=a)