Path: csiph.com!aioe.org!.POSTED!not-for-mail From: Jean-Pierre Coulon Newsgroups: comp.graphics.apps.gnuplot Subject: smooth unwrap does not work with an explicit function Date: Sun, 27 May 2018 08:05:58 +0200 Organization: Aioe.org NNTP Server Lines: 13 Message-ID: NNTP-Posting-Host: ZESL3vaQZvRbfxD8APfPYg.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-Complaints-To: abuse@aioe.org User-Agent: Alpine 2.20 (WNT 67 2015-01-07) X-Notice: Filtered by postfilter v. 0.8.3 Xref: csiph.com comp.graphics.apps.gnuplot:3951 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