Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #2847
| X-Received | by 10.182.80.7 with SMTP id n7mr33374763obx.10.1427652222294; Sun, 29 Mar 2015 11:03:42 -0700 (PDT) |
|---|---|
| X-Received | by 10.140.48.97 with SMTP id n88mr428265qga.35.1427652222189; Sun, 29 Mar 2015 11:03:42 -0700 (PDT) |
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!h15no911848igd.0!news-out.google.com!q90ni547qgd.1!nntp.google.com!q107no351710qgd.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail |
| Newsgroups | comp.graphics.apps.gnuplot |
| Date | Sun, 29 Mar 2015 11:03:42 -0700 (PDT) |
| In-Reply-To | <d7fd3874-eea8-4994-b712-0c086a057542@w24g2000prd.googlegroups.com> |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=2.191.240.98; posting-account=UONfwQoAAACsw7_pSYN7xr67cB8eAxGp |
| NNTP-Posting-Host | 2.191.240.98 |
| References | <d7fd3874-eea8-4994-b712-0c086a057542@w24g2000prd.googlegroups.com> |
| User-Agent | G2/1.0 |
| MIME-Version | 1.0 |
| Message-ID | <eebb4503-1689-4e8a-841d-e24a1b6233ee@googlegroups.com> (permalink) |
| Subject | Re: What is wrong with my simple/short script? |
| From | parsa.ar.1389@gmail.com |
| Injection-Date | Sun, 29 Mar 2015 18:03:42 +0000 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Xref | csiph.com comp.graphics.apps.gnuplot:2847 |
Show key headers only | View raw
On Monday, January 26, 2009 at 10:39:38 PM UTC+3:30, Sally wrote: > Hi, > > This script has been working fine, and now all of sudden, it is giving > me an error, and > I don't seem to find the reason behind. > > My script is : > > set terminal jpeg > set nokey > set output "test.jpeg" > set size 1.0, 1.0 > set xr [1.e-10:10] > set logscale x 10; set xtics 10 > set yr [1e-6:1e-0] > set logscale y 10; set ytics 10 > set xl "TIME in seconds" > set yl "ABUNDANCE in Log" > > set style line 1 lt 1 lc 1 lw 2 #red > set style line 2 lt 1 lc 2 lw 2 #green > set style line 3 lt 1 lc 3 lw 2 #blue > > > plot \ > "abun_time" every::5 u 4:1 w l ls 1,\ > "abun_time" every::5 u 4:2 w l ls 2,\ > "abun_time" every::5 u 4:3 w l ls 3 > > > And, I am getting the following error. > > gnuplot> plot "abun_time" every::5 u 4:1 w l ls 1, > "abun_time" every::6 u 4:2 w l ls 2,\ > > ^ > line 0: invalid character \ > > > gnuplot> "abun_time" every::5 u 4:3 w l ls 3 > ^ > line 0: invalid command > > > Anyone any idea? > > Thank you! Dear Sally, Thank you very very much for this solution. I was getting mad over this.
Back to comp.graphics.apps.gnuplot | Previous | Next | Find similar | Unroll thread
Re: What is wrong with my simple/short script? parsa.ar.1389@gmail.com - 2015-03-29 11:03 -0700
csiph-web