Path: csiph.com!weretis.net!feeder4.news.weretis.net!feeder1.news.weretis.net!news.solani.org!.POSTED!not-for-mail From: Karl Ratzsch Newsgroups: comp.graphics.apps.gnuplot Subject: Re: filledcurves border Date: Tue, 21 Jun 2016 10:57:32 +0200 Organization: solani.org Lines: 33 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: solani.org 1466499452 20756 eJwVwoENwDAIA7CXKIGQndPR8f8J1SwnuNgVTEZOTudrtEOVfy43k0L+4E/sii1QPQcHa1gX9bMPvw== (21 Jun 2016 08:57:32 GMT) X-Complaints-To: abuse@news.solani.org NNTP-Posting-Date: Tue, 21 Jun 2016 08:57:32 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 X-User-ID: eJwFwQkBwDAIA0BLUEIYcloe/xJ250ZlBeiEr++RaOJlwKfUvrEbo6unjYsCVh9khJmbLfcHEBsQ1A== In-Reply-To: Cancel-Lock: sha1:55tXj/boNfl1DGYVCQAm9mAbZsw= X-NNTP-Posting-Host: eJwFwYERACEIA7CV6NOCjuOVd/8RTJSFcrNU1NXFdJhcAtdO/u4z0boBgJNH096Boau/8DwDqRBj Xref: csiph.com comp.graphics.apps.gnuplot:3348 The demos all plot the filled area plus the two individual curves, like plot "+" us 1:(sin(x)):(-3+cos(3*x)) w filledcurves,\ "+" us 1:(sin(x)), \ "+" us 1:(-3+cos(3*x)) , I guess the fillstyle with border has never been done for "filledcurves". It's a nonimplemented feature, not a bug. ;-) The second demo script on here http://gnuplot.sourceforge.net/demo_5.0/fillbetween.html uses a fillstyle with border in exactly that way, just to have a border on the legend. Karl P.S. Nice to see some rheology gnuplotted! May I ask where you are doing this? Am 21.06.2016 um 10:35 schrieb Jörg Buchholz: > > the following plot command shows the border only in the key and not at > the plot. Is this a bug or is it normal? > > plot \ > 'RM180-MB.csv' u 1:2:3 w filledcurves fs transparent solid 0.3 border t > 'Messbereich MS 33'