Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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')