Path: csiph.com!usenet.pasdenom.info!news.albasani.net!.POSTED!not-for-mail From: zetras@gmail.com Newsgroups: comp.graphics.apps.gnuplot Subject: Re: parameter file Date: Sat, 03 Nov 2012 19:06:43 +0100 Organization: none Lines: 16 Message-ID: <87zk2yblxo.fsf@kerstf.org> References: <87y5in8xa0.fsf@kerstf.org> <50952f9e$0$6913$e4fe514c@news2.news.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain X-Trace: news.albasani.net qAM8q9MhfWku/jEBVE+GsySD5FTsc9XQZItRNkTdcll18qkP3wFhpWBEo/zfmy2GIZ0/jVZ8Dzc2PW3xOWj37gGI1yC7e7DdC4eVBCFwkpBw9FV02fnO5PTmC0YJDy2N NNTP-Posting-Date: Sat, 3 Nov 2012 18:06:46 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="oR/12onnuwja0pxFg3OGbLucmmTuBWRGYRsSvxcTjioNx5kze5nqPawkFBbiDf3xJQSxyFoBtHVyUWimpHe7yEbUdvC4WEIe9If25uQ4GubVbEalJELPFidYquTm8XQV"; mail-complaints-to="abuse@albasani.net" Cancel-Lock: sha1:0N5fDwFZV/J+usD4lkO4qycPRM8= sha1:iIDtUijX/vfoxjo3rH1WemOTe3w= Xref: csiph.com comp.graphics.apps.gnuplot:1463 > The load loads your parameter file. Everthing in there should be > normal gnuplot commands or declarations of parameters or > functions. The call runs the script using 2 command line parameters > which are substituted in the script as $0 and $1. In the meantime I have choosen another path. I generated the whole Gnuplot file with a shell script. The splitting is done with `awk -F\; "{print...}"' and every parameter generates a new variable. Then Gnuplot can do all the calculations necessary for the plot. Works like a charm. Thank you for your suggestions anyway and all the people contributing to Gnuplot. It's a wonderful project! -- zetras while(!(success=try()));