Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3952
| From | Chris Elvidge <chris@mshome.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: smooth unwrap does not work with an explicit function |
| Date | 2018-05-27 11:38 +0100 |
| Organization | A noiseless patient Spider |
| Message-ID | <pee1qu$7g6$1@dont-email.me> (permalink) |
| References | <alpine.WNT.2.20.1805270800560.1992@BecaneCoulon> |
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
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
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