Gnuplot from a standard shell without entering gnuplot interactive shell -
is possible run gnuplot standard shell without entering gnuplot interactive shell?
i want able type gnuplot commands in 1 line standard shell , able save standard gnuplots aliases. have create .sh files write commands quite terrible.
do mean
echo "plot sin(x)" | gnuplot -p
or
echo -e "set term png\n set output 'alma.png'\n plot sin(x)\n" | gnuplot
?
or
echo | gnuplot -p -e "plot sin(x)"
(last 1 christoph)
Comments
Post a Comment