
Dec. 1, 2015
7:25 a.m.
On 12/01/2015 08:02 AM, nayan...@gmail.com wrote:
I am using ps0 = [[0.0, 1.0, 0.0]] ps1 = [[5.0, 1.0, 0.0]] but getting x from 0 to 1, which is something weird. PFA.
Regards, Nayan
You only seem to wrongly read the figure legend. As I can see it, x is from 0 (the first item in the first []) to 5 (the first item in the second []).
The legend is as: [x0, y0, z0] -> [x1, y1, z1], meaning point0 -> point1
Cheers, r.