Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1470
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | Dieter Britz <dieterhansbritz@gmail.com> |
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Scaling one data file |
| Date | Tue, 6 Nov 2012 12:33:12 +0000 (UTC) |
| Organization | A noiseless patient Spider |
| Lines | 30 |
| Message-ID | <k7b028$r5t$1@dont-email.me> (permalink) |
| References | <k78e0a$adq$1@dont-email.me> <k78u3v$80q$1@news.rz.uni-karlsruhe.de> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 8bit |
| Injection-Date | Tue, 6 Nov 2012 12:33:12 +0000 (UTC) |
| Injection-Info | mx04.eternal-september.org; posting-host="4b6b6bdb5fb0f67aa87710b7e19fff07"; logging-data="27837"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/4PxVtuX5MVmlwQHqfqilKTC1kgLoqJPY=" |
| User-Agent | Pan/0.135 (Tomorrow I'll Wake Up and Scald Myself with Tea; GIT 30dc37b master) |
| Cancel-Lock | sha1:DjqXrr/3QlyuNs3g4Xsx5MvlDVc= |
| Xref | csiph.com comp.graphics.apps.gnuplot:1470 |
Show key headers only | View raw
On Mon, 05 Nov 2012 18:47:43 +0100, Karl wrote: > You can of course > > plot "" using 1:(sin($3)**2) > > (rtfm ;-) but have you tried plotting your secod dataset on x1y2? > > plot "" us 1:2 , "" using 1:3 axes x1y2 > On 05.11.2012 14:12, Dieter Britz wrote: >> I plot two curves, where the one always lies in the y range [0:1] but >> the other varies, and sometimes has a much smaller y-range. I plot them >> with >> >> plot 'datafile' w l, 'datafile' using 1:3 w l >> >> and in some cases, the 1:3 plot hugs the zero line. >> Can I multiply it by some factor in the plot statement? Why sin($3)**2? I saw that in the manual but don't understand it. As I wrote, I want to multiply that column by 1000, not take the sine function. WOuld that therefore be ... using 1:(1000*($3)) or what? Thaqt doesn't seem to work. -- Dieter Britz
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Scaling one data file Dieter Britz <dieterhansbritz@gmail.com> - 2012-11-05 13:12 +0000
Re: Scaling one data file Karl <ratzsch@polymer.uka.de> - 2012-11-05 18:47 +0100
Re: Scaling one data file Dieter Britz <dieterhansbritz@gmail.com> - 2012-11-06 12:33 +0000
Re: Scaling one data file Ingo Thies <ingo.thies@gmx.de> - 2012-11-06 22:10 +0100
csiph-web