Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1463
| From | zetras@gmail.com |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: parameter file |
| Date | 2012-11-03 19:06 +0100 |
| Organization | none |
| Message-ID | <87zk2yblxo.fsf@kerstf.org> (permalink) |
| References | <87y5in8xa0.fsf@kerstf.org> <50952f9e$0$6913$e4fe514c@news2.news.xs4all.nl> |
> 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()));
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Find similar
parameter file zetras@gmail.com - 2012-10-30 22:28 +0100
Re: parameter file "Alex van der Spek" <zdoor@xs4all.nl> - 2012-11-03 15:52 +0100
Re: parameter file zetras@gmail.com - 2012-11-03 19:06 +0100
csiph-web