1

Using with vector in gnuplot, I can plot nice vector fields of data sets consisting of four columns. What are my options, if, instead of a velocity vector field, I want to plot stream traces? Does gnuplot have a built-in functionality to accomplish this?

Of course I know that I can externally calculate the stream traces based on the vector field, but I would like to have it automated in Gnuplot. How to approach this (if it is possible)?

1 Answer 1

3

Nope, gnuplot doesn't have that ability. There's really a huge difference in processing between plotting a vector-field and plotting streamlines. The vector field only depends on the local point whereas the streamlines need to be calculated from the previous data -- Something which gnuplot doesn't do.

Sign up to request clarification or add additional context in comments.

3 Comments

I was afraid for this answer. I will wait a bit for other answer before I accept. Thanks.
@Bernhard -- Yeah, it's a bit of a bummer. Good luck.
using other program to finish this task line Python or TVTK. In fact the most import point in your point is how your data is organized and you want to show it. For example you can refer this (url)[stackoverflow.com/questions/8296617/…

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.