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

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

amazon web services - AWS Route53 Trying To Get Site To Resolve To www -