Message from discussion
Aligning Graphs, accurancy problems
Received: by 10.68.195.131 with SMTP id ie3mr2576207pbc.8.1337100317020;
Tue, 15 May 2012 09:45:17 -0700 (PDT)
Path: pr3ni2083pbb.0!nntp.google.com!news1.google.com!goblin1!goblin3!goblin.stu.neva.ru!news.tu-darmstadt.de!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail
From: =?ISO-8859-1?Q?Hans-Bernhard_Br=F6ker?= <HBBroe...@t-online.de>
Newsgroups: comp.graphics.apps.gnuplot
Subject: Re: Aligning Graphs, accurancy problems
Date: Tue, 15 May 2012 18:45:13 +0200
Lines: 20
Message-ID: <a1ffgsFlsmU1@mid.dfncis.de>
References: <407201de-6965-4986-a2c9-dc140b8df7a7@k24g2000yqe.googlegroups.com> <jld6nn$gtd$1@dont-email.me> <1f3cabb9-f603-4570-876b-81df463b9fc3@z31g2000vbt.googlegroups.com> <jlf49e$6k5$1@dont-email.me> <6e5b1744-d52a-4940-a09f-7ed467d1feb5@b2g2000yqb.googlegroups.com> <jlfcke$16c$2@dont-email.me> <59e5ede1-dc9e-4ce6-9ea9-f8ad3087987d@w5g2000yqi.googlegroups.com> <bf664ab7-ba1f-45cf-af2c-17e0d44fca58@3g2000vbx.googlegroups.com>
Mime-Version: 1.0
X-Trace: news.dfncis.de dvDp8SAthgIVyBLf24EoGgMw2IQgq1ojOzT5QaxdmqSBQlzkutgMVUKjK3CNdrob/Yp3aqf2qj
Cancel-Lock: sha1:VpxC9rm/Y3/bm23vXZbefSn2sKw=
User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:12.0) Gecko/20120420 Thunderbird/12.0
In-Reply-To: <bf664ab7-ba1f-45cf-af2c-17e0d44fca58@3g2000vbx.googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
On 12.05.2012 18:48, T4b wrote:
> Now I'm doing something else with gnuplot and I'm again annoyed that
> those graphs aren't drawn in the same coordinate system:
Well, you _told_ gnuplot you wanted two completely independent
coordinate systems, which appears to be the opposite of what you
actually want. Short of implementing a mind-reading device, there's no
really anything gnuplot can do about such a mismatch.
> set multiplot
> plot x*x
> set parametric
> plot 0.25, 0 with dots
> unset multiplot
> How would you do something like this?
plot x*x, '-' notitle with dots
0.25 0
e