Path: csiph.com!news.swapon.de!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: Wed, 2 Sep 2015 13:15:55 +0200 Organization: solani.org Lines: 19 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: solani.org 1441192564 30019 eJwVysERwDAIA7CVCMFgxikk7D9C269O2L68wxxuGMztsmQpnqbWwbTFSqL0R0rmNylbaUSEvBu8D/8= (2 Sep 2015 11:16:04 GMT) X-Complaints-To: abuse@news.solani.org NNTP-Posting-Date: Wed, 2 Sep 2015 11:16:04 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 X-User-ID: eJwNysEBwCAIA8CVsIYg4wRa9h/B3vt8c7EDdMLHZ8l2O6vzKfLdRJodtWCDwh8jmaHTn1iKCw+pENQ= In-Reply-To: Cancel-Lock: sha1:8rTcekWOqCRkJFY6X+wi+22jNb0= X-NNTP-Posting-Host: eJwFwYEBwCAIA7CXQGiL52wo/59ggqCzlQQTg7mmS8Mk6b+tns+oQOzafVrOqrHGTXn1WXoNGRCB Xref: csiph.com comp.graphics.apps.gnuplot:3069 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/