All Questions
2 questions
1
vote
1
answer
1k
views
gnuplot: Can you set shell variables in a script and then later call them?
I want to be able to issue shell commands from a gnuplot script, such as setting a variable, but it appears that the system command spawns a new shell instance as opposed to issuing commands to the ...
2
votes
1
answer
906
views
How to take advantage of gnuplot internal functions by column reference at shell
I want to do something like:
echo "p 'myfile.txt' u 1:(exp($2))" | gnuplot -p
but need the shell to pass the $2 as a literal into gnuplot.