Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3952
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | Chris Elvidge <chris@mshome.net> |
| 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 | <pee1qu$7g6$1@dont-email.me> (permalink) |
| References | <alpine.WNT.2.20.1805270800560.1992@BecaneCoulon> |
| 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 | <alpine.WNT.2.20.1805270800560.1992@BecaneCoulon> |
| Content-Language | en-GB |
| Xref | csiph.com comp.graphics.apps.gnuplot:3952 |
Show key headers only | View raw
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