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)?