Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail From: =?ISO-8859-1?Q?Hans-Bernhard_Br=F6ker?= Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Plotting Errorbars with the Ternary Operator Date: Thu, 07 Jun 2012 20:23:13 +0200 Lines: 12 Message-ID: References: <0ce0a192-2dc2-421f-ab92-051078a93793@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.dfncis.de BO0l7M8UHillJhjpAEAHJQhsKar7qcX1BhfXShWZ0sFWinCqZ1eR5TL+OtrxDFaPURlE/uy2/u Cancel-Lock: sha1:u/cvzBqRw6QCkT1Al33NNn+Fdzs= User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:12.0) Gecko/20120420 Thunderbird/12.0 In-Reply-To: <0ce0a192-2dc2-421f-ab92-051078a93793@googlegroups.com> Xref: csiph.com comp.graphics.apps.gnuplot:1189 On 07.06.2012 19:35, godber@gmail.com wrote: > And the syntax for errorbars is something like: > > plot f using 11:2:3 > > But the ternary operator throws a monkeywrench in that syntax AFAICT. Why should it? You just replaced the '2' with a rather complex expression. That won't keep you from following it with the same ':3' you use up here.