Is there a straightforward way of plotting a vector in matplotlib? Suppose I
want to plot the vector [1 2]'. If I pass this vector in to plot(), I get
the line that passes through (0,1), (1,2). Instead I want the line that
passes through (0,0),(1,2).


Aditya

wefoundland.com
------------------------------------------------------------------------------
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to