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


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

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-02 13:15 +0200
Organization solani.org
Message-ID <ms6lpk$ta3$1@solani.org> (permalink)
References <d4lufqFs5hhU1@mid.individual.net>

Show all headers | View raw


Am 01.09.2015 um 17:27 schrieb Ingo Thies:
> 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.

> plot f(x) notitle w filledcurves below y=7.

> ##fails with data
> plot 'test.dat' u 1:2 notitle w filledcurves below y=7. lc rgb "blue"

There was a small change beween 5.0pl0 and 1. Giving explicitly "y1=" or
"y2=" never worked if the plot used the other axis, so the syntax was
changed to just "y=" and always using the current axis. This seems to
have introduced the regression for data plots.

I've left a note on

https://sourceforge.net/p/gnuplot/bugs/1568/

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious 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