Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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 ...
T. Zack Crawford's user avatar
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.
user45468's user avatar