Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.42!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-1.proxad.net!198.186.194.247.MISMATCH!news-out.readnews.com!transit3.readnews.com!postnews.google.com!p9g2000vbb.googlegroups.com!not-for-mail From: jikk Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Specifying yerrorbar style Date: Wed, 9 Nov 2011 13:40:20 -0800 (PST) Organization: http://groups.google.com Lines: 46 Message-ID: References: <4ef826b8-524b-47ab-ba5c-06922ed949cb@q16g2000yqn.googlegroups.com> <8c306d56-6913-4e9c-9925-c635ad1fe48b@w3g2000vbw.googlegroups.com> NNTP-Posting-Host: 128.59.20.199 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1320874821 9202 127.0.0.1 (9 Nov 2011 21:40:21 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 9 Nov 2011 21:40:21 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: p9g2000vbb.googlegroups.com; posting-host=128.59.20.199; posting-account=iPB4WAoAAACwgwGP-fl9gGxzo5WiuMNA User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUARLECNK X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/534.51.22 (KHTML, like Gecko) Version/5.1.1 Safari/534.51.22,gzip(gfe) Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:678 On Nov 9, 10:45=A0am, P=E9ter Juh=E1sz wrote: > On Nov 7, 11:39=A0pm, jikk wrote: > > > > > > > > > > > Hi, all > > > plotting script that used to work for the previous version of gnuplot > > (v4.2.6) no longer work for the latest version (v4.4.0) and produces > > error messages for > > the following script line. > > > plot "data_file" u ($1+0.5):2 title "legend1" w boxes fs solid 0.85, > > "" u ($1+0.5):2:3 notitle w yerrorbars 1, > > .... > > > The error goes away as I change "yerrorbars 1" to "yerrorbars". > > However, this prohibits the customization of =A0the errorbar style. > > Can anyone tell me how can I do this right? > > > Thanks for your help, in advance. > > > Regards, Jikk > > yerrorbars lt 1 > > The syntax you were trying to use was deprecated since version 4.0. > > P=E9ter Juh=E1sz Hi, P=E9ter By having "lt", I could suppress the error message but this doesn't seem to be the solution that I wanted. It still draw an arbitrary markings for errorbars. In the case of the test script that I provided, it draws 'x' mark whereas what I want to have is a dashed-line the same one as the first error bar has. Thanks for your help! Jikk