Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #3067

Re: Filledcurves fails with datafile instead of function

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 <mail.kfr@gmx.net>
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 <ms4poq$601$1@solani.org> (permalink)
References <d4lufqFs5hhU1@mid.individual.net>
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 <d4lufqFs5hhU1@mid.individual.net>
Cancel-Lock sha1:KHFcERNhcHqa9XjrkaYFLRtWUUo=
X-NNTP-Posting-Host eJwNyMEBADEEBMCaHDaUQ9j+S8jNc1whuMfgMKdz2qw1z+qSGv9nQsp2VyfgEl/XbUmwOMoHIs0RqQ==
Xref csiph.com comp.graphics.apps.gnuplot:3067

Show key headers only | View raw


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.

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Filledcurves fails with datafile instead of function Ingo Thies <ingo.thies@gmx.de> - 2015-09-01 17:27 +0200
  Re: Filledcurves fails with datafile instead of function Karl Ratzsch <mail.kfr@gmx.net> - 2015-09-01 20:11 +0200
    Re: Filledcurves fails with datafile instead of function Ingo Thies <ingo.thies@gmx.de> - 2015-09-01 20:32 +0200
  Re: Filledcurves fails with datafile instead of function Karl Ratzsch <mail.kfr@gmx.net> - 2015-09-02 13:15 +0200

csiph-web