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

From Karl Ratzsch <mail.kfr@gmx.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: Filledcurves fails with datafile instead of function
Date 2015-09-01 20:11 +0200
Organization solani.org
Message-ID <ms4poq$601$1@solani.org> (permalink)
References <d4lufqFs5hhU1@mid.individual.net>

Show all headers | 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