Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1467
| From | Dieter Britz <dieterhansbritz@gmail.com> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Scaling one data file |
| Date | 2012-11-05 13:12 +0000 |
| Organization | A noiseless patient Spider |
| Message-ID | <k78e0a$adq$1@dont-email.me> (permalink) |
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? I know I can do that in the program that writes out the data but I would also like to do it within gnuplot. -- Dieter Britz
Back to comp.graphics.apps.gnuplot | Previous | Next — 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