Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #676

Re: Specifying yerrorbar style

From Péter Juhász <peter.juhasz83@gmail.com>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: Specifying yerrorbar style
Date 2011-11-09 07:45 -0800
Organization http://groups.google.com
Message-ID <8c306d56-6913-4e9c-9925-c635ad1fe48b@w3g2000vbw.googlegroups.com> (permalink)
References <4ef826b8-524b-47ab-ba5c-06922ed949cb@q16g2000yqn.googlegroups.com>

Show all headers | View raw


On Nov 7, 11:39 pm, jikk <aixe...@gmail.com> 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  the 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éter Juhász

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Specifying yerrorbar style jikk <aixer77@gmail.com> - 2011-11-07 14:39 -0800
  Re: Specifying yerrorbar style jikk <aixer77@gmail.com> - 2011-11-09 07:28 -0800
  Re: Specifying yerrorbar style Péter Juhász <peter.juhasz83@gmail.com> - 2011-11-09 07:45 -0800
    Re: Specifying yerrorbar style jikk <aixer77@gmail.com> - 2011-11-09 13:40 -0800
      Re: Specifying yerrorbar style Péter Juhász <peter.juhasz83@gmail.com> - 2011-11-09 15:01 -0800
        Re: Specifying yerrorbar style jikk <aixer77@gmail.com> - 2011-11-11 08:42 -0800

csiph-web