Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!nx02.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!r9g2000vbw.googlegroups.com!not-for-mail From: cschwan Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Discontinuities in fill plot Date: Sun, 20 Nov 2011 02:21:43 -0800 (PST) Organization: http://groups.google.com Lines: 15 Message-ID: References: <5c049f40-c989-4fa8-8945-6a03cfdfff63@hh9g2000vbb.googlegroups.com> NNTP-Posting-Host: 95.88.41.234 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1321785517 13690 127.0.0.1 (20 Nov 2011 10:38:37 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 20 Nov 2011 10:38:37 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: r9g2000vbw.googlegroups.com; posting-host=95.88.41.234; posting-account=0wkNBgoAAAD5HKt_CCmYzHKITHwBIX9- User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1,gzip(gfe) Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:693 Thank you for your answer and sorry for not providing a minimal example. I checked 'noborder', but this seems not to be a problem. Using data from [1] and the following example: #set terminal lua tikz standalone #set output 'minimal.tex' set logscale x plot 'data' using 1:($2-$3):($2+$3) with filledcurve I observed that it works fine in the x11 and png terminal. If I use the lua terminal with tikz (by uncommenting the first and second line) the problem appears again. Any ideas? [1] http://www.students.uni-mainz.de/cschwan/data