Using with vector
in gnuplot
, I can build beautiful vector fields of four-column datasets. What are my options if instead of a velocity vector field I want to plot a stream trace? Does it have gnuplot
built-in functionality to accomplish this?
Of course, I know that I can externally compute flow traces based on a vector field, but I would like it to be automated in Gnuplot. How to approach this (if possible)?
source
share