terminal
terminal下输入gnuplot,进入command line interact
单行命令模式
gnuplot -p -e ‘command1;command2; plot function’
脚本模式
gnuplot -p /path_to_script/script.p,扩展名为.p,option为-p