Command-driven interactive function and data plotting utility
Command-driven, interactive function plotting
gnuplot$ gnuplot -e "plot sin(x)"$ gnuplot -p -e "plot 'data.txt' using 1:2 with lines"$ gnuplot -e "set terminal png; set output 'plot.png'; plot sin(x), cos(x)" script.plt