Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!nx01.iad01.newshosting.com!newshosting.com!69.16.185.16.MISMATCH!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!postnews.google.com!z7g2000vbp.googlegroups.com!not-for-mail From: "G." Newsgroups: comp.graphics.apps.gnuplot Subject: Re: How do I plot data (not function) in a certain range? Date: Mon, 29 Aug 2011 05:11:07 -0700 (PDT) Organization: http://groups.google.com Lines: 5 Message-ID: <2d19be71-0dbd-494d-ae1c-8a5e1f32f74d@z7g2000vbp.googlegroups.com> References: <3ecc9139-8514-47f0-930b-a815a87b8b11@x2g2000yql.googlegroups.com> NNTP-Posting-Host: 81.99.254.228 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1314619867 28602 127.0.0.1 (29 Aug 2011 12:11:07 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 29 Aug 2011 12:11:07 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z7g2000vbp.googlegroups.com; posting-host=81.99.254.228; posting-account=xAfiKgoAAACGbx2DAeZ_UFFblA_npsF7 User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUARLECNK X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; de-de) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1,gzip(gfe) Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:556 Sorry, the post above is wrong. Something like plot 'data.dat' using 1:($1>0.11484 && $1<3 ? $2 :1/0) seems to do the job. Not sure, if it is the best solution.