I have three vectors and I want to visualize those vectors and angle between them.
vector_1 = [0, 0, 1]
vector_2 = [-0.00495 0.11702 0.38329]
vector_3 = [-0.02524 0.03567 -0.03665]
I'm computing angle between vector_1 and vector_3, and another angle is vector_2 and vector_3.
I have computed angle between them but how can I visualize that using python matplotlib.