Path: csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail From: =?UTF-8?Q?Hans-Bernhard_Br=c3=b6ker?= Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Line type defined by data Date: Sat, 15 Aug 2015 12:40:09 +0200 Lines: 10 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.dfncis.de LY/mZNq+ExnzsXCuUIXLLgnP5MP4ZZlDd0hgK2MJ/Qe0GmSszO1Q9I0Nyn Cancel-Lock: sha1:zbRIE4BYdrRix3Pfz39+oZ+7kxc= User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 In-Reply-To: Xref: csiph.com comp.graphics.apps.gnuplot:3012 Am 15.08.2015 um 02:15 schrieb Janis Papanagnou: > Currently I am splitting my original data (three columns: date, amount, type) > Is it possible to avoid the preprocessing of the original data and directly > determine the line type depending on column 3 in the data file, That depends on what that column three actually contains. It might be as simple as specifying an "every" option, or you could use the ternary operator, or filter the file on-the-fly using the "< ..." special file.