Path: csiph.com!eternal-september.org!feeder.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Chris Elvidge Newsgroups: comp.graphics.apps.gnuplot Subject: Re: smooth unwrap does not work with an explicit function Date: Sun, 27 May 2018 11:38:19 +0100 Organization: A noiseless patient Spider Lines: 25 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Sun, 27 May 2018 10:38:22 -0000 (UTC) Injection-Info: h2725194.stratoserver.net; posting-host="2d08af30f8409410118059d373939377"; logging-data="7686"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+9/9Pyr039ZEl4NSU0pCpd2OD2CDmdJeA=" User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 Cancel-Lock: sha1:I5edpVTvAIJ20dbFsvHfrl6Uhcs= In-Reply-To: Content-Language: en-GB Xref: csiph.com comp.graphics.apps.gnuplot:3952 On 27/05/2018 07:05, Jean-Pierre Coulon wrote: > See my workaround: > > set log x; set nolog y; jay = {0,1}; p(x) = jay*x > set xrange [.1:10]; set grid > model(x) = 1/((1+p(x))*(1+p(x))*(1+p(x))) > plot arg(model(x)) smooth unwrap,\ > "uninteresting.txt" using 1:(arg(model($1))) with linesĀ  smooth unwrap > title "workaround" > > where uninteresting.txt contains .1 1 .2 1 etc 10 1 > > Is it a bug or a feature? > > Jean-Pierre Coulon I'd say a feature: http://www.bersch.net/gnuplot-doc/plot.html "The smooth options have no effect on function plots." -- Chris Elvidge, England