Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1790
| From | Karl <ratzsch@polymer.uka.de> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Scaling a curve |
| Date | 2013-04-24 15:29 +0200 |
| Organization | University of Karlsruhe, Germany |
| Message-ID | <kl8toc$7db$1@news.rz.uni-karlsruhe.de> (permalink) |
| References | <kl8hd7$dev$1@dont-email.me> <kl8jp5$r20$1@dont-email.me> <kl8k83$kml$1@dont-email.me> <kl8klo$ug5$1@dont-email.me> <kl8ljq$57f$1@dont-email.me> |
On 24.04.2013 15:13, Christoph Bersch wrote: > Am 24.04.2013 14:54, schrieb Dieter Britz: >> gnuplot> plot 'hhcurr.2.dat' using 1:(*0.6366) w l lt 2 >> ^ >> line 0: invalid expression > How do you invoke the script? Is there any bash script, or similar > involved? Then you would need to escape the dollar sign, e.g. I´d say he loads the script from another gp-script using "call". Then the dollar signs in the "using" statement need to be doubled. plot '' using 1:($$2/pi*2) Karl
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
Scaling a curve Dieter Britz <dieterhansbritz@gmail.com> - 2013-04-24 11:58 +0000
Re: Scaling a curve Christoph Bersch <usenet@bersch.net> - 2013-04-24 14:42 +0200
Re: Scaling a curve Dieter Britz <dieterhansbritz@gmail.com> - 2013-04-24 12:46 +0000
Re: Scaling a curve Dieter Britz <dieterhansbritz@gmail.com> - 2013-04-24 12:54 +0000
Re: Scaling a curve Christoph Bersch <usenet@bersch.net> - 2013-04-24 15:13 +0200
Re: Scaling a curve Karl <ratzsch@polymer.uka.de> - 2013-04-24 15:29 +0200
Re: Scaling a curve Christoph Bersch <usenet@bersch.net> - 2013-04-24 15:34 +0200
Re: Scaling a curve sfeam <sfeam@users.sourceforge.net> - 2013-04-24 08:00 -0700
Re: Scaling a curve Dieter Britz <dieterhansbritz@gmail.com> - 2013-04-25 09:55 +0000
Re: Scaling a curve Karl <ratzsch@polymer.uka.de> - 2013-04-24 14:50 +0200
csiph-web