|
From: tmacchant <tma...@ya...> - 2015-06-12 07:26:46
|
> Hi i have the same problem but man page says i should write call "<input-file>" <parameter-0> > i don't understand what input file ? > I was going to type -----> gnuplot script.sh 2 so how do i use call ? You want use argument when gnuplot in batch mode. ******************************************* >gnuplot --help Usage: gnuplot [OPTION] ... [FILE] -V, --version -h, --help -p --persist -d --default-settings -c scriptfile ARG1 ARG2 ... -e "command1; command2; ..." gnuplot 5.1 patchlevel 0 Report bugs to gnu...@li... ******************************************* Perhaps what you want is -c scriptfile ARG1 ARG2 ... Tatsuro -- View this message in context: http://gnuplot.10905.n7.nabble.com/passing-an-argument-to-gnuplot-script-tp94p19526.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |