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


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

smooth unwrap does not work with an explicit function

From Jean-Pierre Coulon <coulon@cacas.pam.obs-nice.fr>
Newsgroups comp.graphics.apps.gnuplot
Subject smooth unwrap does not work with an explicit function
Date 2018-05-27 08:05 +0200
Organization Aioe.org NNTP Server
Message-ID <alpine.WNT.2.20.1805270800560.1992@BecaneCoulon> (permalink)

Show all headers | View raw


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

Back to comp.graphics.apps.gnuplot | Previous | NextNext in thread | Find similar


Thread

smooth unwrap does not work with an explicit function Jean-Pierre Coulon <coulon@cacas.pam.obs-nice.fr> - 2018-05-27 08:05 +0200
  Re: smooth unwrap does not work with an explicit function Chris Elvidge <chris@mshome.net> - 2018-05-27 11:38 +0100
    Re: smooth unwrap does not work with an explicit function Jean-Pierre Coulon <coulon@cacas.pam.obs-nice.fr> - 2018-05-27 12:51 +0200
    Re: smooth unwrap does not work with an explicit function Karl Ratzsch <mail.kfr@gmx.net> - 2018-05-28 10:42 +0200
      Re: smooth unwrap does not work with an explicit function Jean-Pierre Coulon <coulon@cacas.pam.obs-nice.fr> - 2018-05-28 13:43 +0200

csiph-web