Path: csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!weretis.net!feeder1.news.weretis.net!news.solani.org!.POSTED!not-for-mail From: Karl Ratzsch Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Filledcurves fails with datafile instead of function Date: Tue, 1 Sep 2015 20:11:28 +0200 Organization: solani.org Lines: 22 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: solani.org 1441131098 6145 eJwFwYEBwCAIA7CXhJbizhEZ/59gEpDpJhViTAxqd19VNV0+4In8E+QsrvHGPkEHTOtLS38eMxA4 (1 Sep 2015 18:11:38 GMT) X-Complaints-To: abuse@news.solani.org NNTP-Posting-Date: Tue, 1 Sep 2015 18:11:38 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 X-User-ID: eJwFwYEBwCAIA7CXRNqOnQMo/59gQpepP4gCh3PJ6kwBNSct1nZ1sncty4P9x4krWIAe5vMAKesQ8w== In-Reply-To: Cancel-Lock: sha1:KHFcERNhcHqa9XjrkaYFLRtWUUo= X-NNTP-Posting-Host: eJwNyMEBADEEBMCaHDaUQ9j+S8jNc1whuMfgMKdz2qw1z+qSGv9nQsp2VyfgEl/XbUmwOMoHIs0RqQ== Xref: csiph.com comp.graphics.apps.gnuplot:3067 Am 01.09.2015 um 17:27 schrieb Ingo Thies: > Dear all, > > since the update from 5.0.0 to 5.0.1 (Mac OS-X 10.10, Fink) plotting > with filledcurves fails with data file while it continues to work with > functions. Maybe there is a trick which I didn't recognize yet. > looks indeed broken. The simple workaround is to give the y-value as a third input column plot "-" us 1:2:(7) w filledc 0 1 3 5 5 6 8 2 10 0 e or "plot 1:2 w filledc x2" in your example.