Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #208
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!nx02.iad01.newshosting.com!newshosting.com!69.16.185.16.MISMATCH!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!postnews.google.com!z37g2000vbl.googlegroups.com!not-for-mail |
|---|---|
| From | Jiri <bok@karlov.mff.cuni.cz> |
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: How to plot 2 curves on the same plot with different scales |
| Date | Sun, 3 Apr 2011 11:19:58 -0700 (PDT) |
| Organization | http://groups.google.com |
| Lines | 20 |
| Message-ID | <a5ef994e-6dcd-465b-a992-ff32e4370827@z37g2000vbl.googlegroups.com> (permalink) |
| References | <00c918df-6378-4b17-882d-eab03d01290d@x3g2000yqj.googlegroups.com> |
| NNTP-Posting-Host | 88.103.5.169 |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-Trace | posting.google.com 1301854798 20857 127.0.0.1 (3 Apr 2011 18:19:58 GMT) |
| X-Complaints-To | groups-abuse@google.com |
| NNTP-Posting-Date | Sun, 3 Apr 2011 18:19:58 +0000 (UTC) |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | z37g2000vbl.googlegroups.com; posting-host=88.103.5.169; posting-account=vIaLlAoAAABKAD4s12uAgxPy9DhGE44L |
| User-Agent | G2/1.0 |
| X-HTTP-UserAgent | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; MathPlayer 2.20; GTB6.6; C1F20D25-2923-845B-BE45-712B1BD5A194; 275DCB3F-3DE2-A48C-90-CF398E8EF7E86F; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1),gzip(gfe) |
| Xref | x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:208 |
Show key headers only | View raw
If you plot from the data file having three columns: x y 1 y2
then, e.g.:
plot "datafilename" u 1:2, "datafilename" u 1:($3*5)
("y2" values will be plotted multiplied by 5)
Jiri
On 3 dub, 19:52, Jacare Omoplata <walkeystal...@gmail.com> wrote:
> Hi,
>
> I want to plot two curves on the same plot with different scales.
>
> The y axis of one curve has larger numerical values than the y axis of
> the other one. I want to compare the shapes, not the numerical values.
> So I want to plot both of them in the same plot with different scales.
>
> Is there any way this can be done?
>
> Thanks
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
How to plot 2 curves on the same plot with different scales Jacare Omoplata <walkeystalkey@gmail.com> - 2011-04-03 10:52 -0700
Re: How to plot 2 curves on the same plot with different scales Jiri <bok@karlov.mff.cuni.cz> - 2011-04-03 11:19 -0700
Re: How to plot 2 curves on the same plot with different scales Jacare Omoplata <walkeystalkey@gmail.com> - 2011-04-03 13:07 -0700
Re: How to plot 2 curves on the same plot with different scales Jiri <bok@karlov.mff.cuni.cz> - 2011-04-04 01:35 -0700
Re: How to plot 2 curves on the same plot with different scales Rob Glaubius <rlglaubius@gmail.com> - 2011-04-04 05:17 -0700
Re: How to plot 2 curves on the same plot with different scales eric948470 <eric948470@gmail.com> - 2011-04-06 07:09 -0700
csiph-web