plot3 line color based on value

Viewed 17396

I have a set of data that contains 3d Cartesian points (x, y, z) and a time stamp.

I would like to plot this data as a connected line in 3d space with the line colour changing based on the time stamp value.

Effectively i want to show the time difference in a colorbar.

Does anyone know of a way to do this?

1 Answers
Related