I have 2 vectors in 3D with these components:
a = [1,0,0]
b = [0,1,0]
These vector are orthogonal. I want to simply plot these vectors in 3D. I have looked at a matplotlib demo here
However it is not what I want to do. I only want to plot these 2 vectors (arrows on head). Is there any way to do it in python? Thanks!