| Author |
Comment/Response |
JF Jobidon
|
05/14/12 07:44am
I want to plot a list of vectors each associated with a spatial position : {{x, y, z}, {Vx, Vy, Vz}}
I get an empty graphic with this command :
ListVectorPlot3D[{
{{0.1, 0.1, 0.1}, {1, 2, 3}},
{{0.2, 0.2, 0.2}, {3, 2, 1}},
{{0.3, 0.3, 0.3}, {2, 2, 5}},
{{0.1, 0.2, 0.3}, {1, 1, 1}},
{{0.3, 0.2, 0.1}, {1, 2, 2}},
{{0.1, 0.1, 0.2}, {1, 1, 1}}
}]
It seem that it is the same format of the example in the documentation!
What I'm doing wrong ?
Thanks
JF
URL: , |
|